SRC/slu_Cnames.h File Reference

Macros defining how C routines will be called. More...

Go to the source code of this file.

Defines

#define ADD_   0
#define ADD__   1
#define NOCHANGE   2
#define UPCASE   3
#define OLD_CRAY   4
#define C_CALL   5
#define F77_CALL_C   ADD_


Detailed Description

 -- SuperLU routine (version 2.0) --
 Univ. of California Berkeley, Xerox Palo Alto Research Center,
 and Lawrence Berkeley National Lab.
 November 1, 1997

 These macros define how C routines will be called.  ADD_ assumes that
 they will be called by fortran, which expects C routines to have an
 underscore postfixed to the name (Suns, and the Intel expect this).
 NOCHANGE indicates that fortran will be calling, and that it expects
 the name called by fortran to be identical to that compiled by the C
 (RS6K's do this).  UPCASE says it expects C routines called by fortran
 to be in all upcase (CRAY wants this). 
 

Define Documentation

#define ADD_   0

#define ADD__   1

#define C_CALL   5

#define F77_CALL_C   ADD_

#define NOCHANGE   2

#define OLD_CRAY   4

#define UPCASE   3


Generated on Mon Nov 22 10:23:48 2010 for SuperLU by  doxygen 1.5.5