Go to the documentation of this file.
30 #ifdef DOUBLE_PRECISION
32 #define FORMAT "%23.16e "
33 #define TXTFORMAT "%-23s "
35 #define BACKUP_FILE_FORMAT "%lf"
38 #define FORMAT "%15.8e "
39 #define TXTFORMAT "%-15s "
41 #define BACKUP_FILE_FORMAT "%f"
45 #define byte unsigned char
47 #ifdef DOUBLE_PRECISION
48 #define MPI_Type MPI_DOUBLE
50 #define MPI_Type MPI_FLOAT