#include <limits>
Go to the source code of this file.
◆ MAX_PROC
◆ MERCURYDPM_DEPRECATED
#define MERCURYDPM_DEPRECATED [[deprecated]] |
◆ NUMBER_OF_PROCESSORS
#define NUMBER_OF_PROCESSORS 1 |
For the MPI communication routines this quantity is often required. defining this macro makes the code a bit cleaner. Sadly it can't be defind as a constant global variable as on compile time it is not known what it should be.
◆ OMP_THREAD_NUM
◆ PROCESSOR_ID
◆ UNUSED
#define UNUSED __attribute__ ((__unused__)) |
◆ Mdouble
◆ Direction
An enum that indicates the direction in Cartesian coordinates.
This is heavily used in the parallel code to avoid confusion with numbers
Enumerator |
---|
XAXIS | |
YAXIS | |
ZAXIS | |
@ YAXIS
Definition: GeneralDefine.h:78
@ XAXIS
Definition: GeneralDefine.h:78
@ ZAXIS
Definition: GeneralDefine.h:78