ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
Cbt.h
Go to the documentation of this file.
1
#define ADD_ 0
2
#define NOCHANGE 1
3
#define UPCASE 2
4
5
#ifdef UpCase
6
#define F77_CALL_C UPCASE
7
#endif
8
9
#ifdef NoChange
10
#define F77_CALL_C NOCHANGE
11
#endif
12
13
#ifdef Add_
14
#define F77_CALL_C ADD_
15
#endif
16
17
#ifndef F77_CALL_C
18
#define F77_CALL_C ADD_
19
#endif
BLACS
TESTING
Cbt.h
Generated by
1.8.16