Changes between Version 14 and Version 15 of Public/ParaStationMPI


Ignore:
Timestamp:
Apr 6, 2020, 1:03:36 PM (4 years ago)
Author:
Carsten Clauß
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/ParaStationMPI

    v14 v15  
    4343# Script (script0.sh) for Module 0: (e.g. Cluster)
    4444APP="./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}
     45export PSP_MSA_AWARENESS=1
     46export PSP_MSA_MODULE_ID=0  # <- set an arbitrary ID for this module!
     47./${APP}
    4748}}}
    4849{{{
     
    5051# Script (script1.sh) for Module 1: (e.g. ESB)
    5152APP="./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}
     53export PSP_MSA_AWARENESS=1
     54export PSP_MSA_MODULE_ID=1 # <- set a different ID for this module!
     55./${APP}
    5456}}}
    5557{{{