Changes between Version 14 and Version 15 of Public/ParaStationMPI
- Timestamp:
- Apr 6, 2020, 1:03:36 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/ParaStationMPI
v14 v15 43 43 # Script (script0.sh) for Module 0: (e.g. Cluster) 44 44 APP="./IMB-MPI1 Bcast" 45 MODULE_ID=0 # <- set an arbitrary ID for this module! 46 export PSP_MSA_AWARENESS=1 PSP_MSA_MODULE_ID="${MODULE_ID}" ./${APP} 45 export PSP_MSA_AWARENESS=1 46 export PSP_MSA_MODULE_ID=0 # <- set an arbitrary ID for this module! 47 ./${APP} 47 48 }}} 48 49 {{{ … … 50 51 # Script (script1.sh) for Module 1: (e.g. ESB) 51 52 APP="./IMB-MPI1 Bcast" 52 MODULE_ID=1 # <- set a different ID for this module! 53 export PSP_MSA_AWARENESS=1 PSP_MSA_MODULE_ID="${MODULE_ID}" ./${APP} 53 export PSP_MSA_AWARENESS=1 54 export PSP_MSA_MODULE_ID=1 # <- set a different ID for this module! 55 ./${APP} 54 56 }}} 55 57 {{{