lsd_mkb/lsd_mkb_superlu/superlu_seq/slu_Cnames.h File Reference
Macros defining how C routines will be called.
More...
Go to the source code of this file.
Detailed Description
Macros defining how C routines will be called.
-- 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