You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
461 B
C
35 lines
461 B
C
#ifndef PSB_CONFIG_H
|
|
#define PSB_CONFIG_H
|
|
|
|
#define PSB_ERR_ERROR -1
|
|
#define PSB_ERR_SUCCESS 0
|
|
|
|
#define PSB_VERSION_MAJOR @PSBLASMAJOR@
|
|
#define PSB_VERSION_MINOR @PSBLASMINOR@
|
|
#define PSB_VERSION_PATCHLEVEL @PSBLASPATCH@
|
|
#define PSB_VERSION_STRING @PSBLASSTRING@
|
|
|
|
@CSERIALMPI@
|
|
|
|
@PSB_IPKDEF@
|
|
@PSB_LPKDEF@
|
|
|
|
@CHAVE_OPENMP@
|
|
|
|
@CHAVEMETIS@
|
|
@CINTMETIS@
|
|
@CREALMETIS@
|
|
|
|
@CHAVEAMD@
|
|
|
|
@CHAVECUDA@
|
|
@CSHORTVCUDA@
|
|
@CVERSIONCUDA@
|
|
|
|
|
|
@CHAVELIBRSB@
|
|
|
|
|
|
|
|
#endif
|