Enum t8_load_mode
Defined in File t8_cmesh_save.h
Enum Documentation
-
enum t8_load_mode
This enumeration contains all modes in which we can open a saved cmesh. The cmesh can be loaded with more processes than it was saved and the mode controls, which of the processes open files and distribute the data.
Values:
-
enumerator T8_LOAD_FIRST
-
enumerator T8_LOAD_SIMPLE
In simple mode, the first n processes load the file
-
enumerator T8_LOAD_BGQ
In BGQ mode, the file is loaded on n nodes and from one process of each node. This needs MPI Version 3.1 or higher.
-
enumerator T8_LOAD_STRIDE
Every n-th process loads a file. Handle with care, we introduce it, since on Juqueen MPI-3 was not available. The parameter n has to be passed as an extra parameter.
See also
t8_cmesh_load_and_distribute
-
enumerator T8_LOAD_COUNT
-
enumerator T8_LOAD_FIRST