Changes between Version 11 and Version 12 of Public/ParaStationMPI


Ignore:
Timestamp:
Apr 6, 2020, 8:50:51 AM (4 years ago)
Author:
Simon Pickartz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/ParaStationMPI

    v11 v12  
    66
    77----
     8
     9== Heterogeneous Jobs using inter-module MPI communication ==
     10ParaStationMPI provides support for inter-module communication in federated high-speed networks. Therefore, so-called gateway (GW) daemons bridge the MPI traffic between the modules. This mechanism is transparent to the MPI application, i.e., the MPI ranks see a common `MPI_COMM_WORLD` across all modules within the job. However, the user has to account for these additional GW resources during the job submission. An example SLURM Batch script illustrating the submission of heterogeneous pack jobs including the allocation of GW resources can be found [wiki:User_Guide/Batch_system#HeterogeneousjobswithMPIcommunicationacrossmodules here].
    811
    912== CUDA Support by !ParaStation MPI ==