Changeset 14823 for utils/CI/sette/param.cfg
- Timestamp:
- 2021-05-10T13:34:30+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/CI/sette/param.cfg
r14244 r14823 8 8 # ------------------------------------------------------------------------------------------ 9 9 # IMPORTANT: 10 # variables (COMPILER, USING_XIOS, USING_MPMD, USING_ MPI3, USING_LOOP_FUSION, BATCH_CMD, BATCH_STAT, BATCH_NAME, FORCING_DIR, SVN_CMD, ADD_NOSIGNEDZERO)10 # variables (COMPILER, USING_XIOS, USING_MPMD, USING_LOOP_FUSION, BATCH_CMD, BATCH_STAT, BATCH_NAME, FORCING_DIR, SVN_CMD, ADD_NOSIGNEDZERO) 11 11 # can be exported from your shell startup files. 12 12 # If it is the case, nothing to do … … 51 51 # MPMD 52 52 USING_MPMD=${SETTE_MPMD:-"no"} 53 # USING_MPI3 : flag to control the activation of key_mpi354 # "yes" to use the MPI3 neighbourhood collectives for halo exchange55 # "no" to use standard point-to-point communications for halo exchange56 USING_MPI3=${SETTE_MPI3:-"no"}57 53 # USING_LOOP_FUSION : flag to control the activation of key_loop_fusion 58 54 # "yes" to use the loop fusion adv routines when halo = 2
Note: See TracChangeset
for help on using the changeset viewer.