Changes between Version 18 and Version 19 of Public/ParaStationMPI
- Timestamp:
- Apr 9, 2020, 2:55:39 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/ParaStationMPI
v18 v19 75 75 In the recursive application of MSA awareness (`PSP_MSA_AWARE_COLLOPS=2`), a distinction is first made between inter- and intra-module communication and then, in a second step, likewise between inter- and intra-node communication within the modules. 76 76 77 **Attention:** Please note that a meaningful usage of `PSP_MSA_AWARE_COLLOPS=2` requires `psmpi-5.4.5` or higher. 78 Currently (effective April 2020), this means that !ParaStation MPI has to be loaded on the DEEP-EST system as a module of the devel-stage: 79 {{{ 80 # Set the environment to use psmpi-5.4.5-2: 81 module --force purge 82 module use $OTHERSTAGES 83 module load Stages/Devel-2019a 84 module load Intel 85 module load ParaStationMPI 86 }}} 77 87 78 88 == CUDA Support by !ParaStation MPI ==