Changes between Version 5 and Version 6 of Public/User_Guide/DEEP-EST_DAM


Ignore:
Timestamp:
Sep 6, 2019, 2:05:18 PM (5 years ago)
Author:
Jacopo de Amicis
Comment:

Added temporary workaround for MPI jobs on DAM.

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/DEEP-EST_DAM

    v5 v6  
    5151There is node local storage available for the DEEP-EST DAM node (2 x 1.5 TB NVMe SSD), but configuration is to be done for those devices.
    5252
     53
    5354== Multi-node Jobs ==
    5455
     56Currently, multi-node MPI jobs are possible on the DAM only by modifying the environment in the following way:
    5557
     58{{{
     59$ ml Intel ParaStationMPI
     60$ env LD_LIBRARY_PATH=/opt/parastation/lib64:/opt/extoll/x86_64/lib/:${LD_LIBRARY_PATH} PSP_TCP=0 PSP_OPENIB=0 PSP_EXTOLL=1 srun -p dp-dam -N 2 -n 2 ./MPI_HelloWorld
     61Hello World from processor dp-dam02, rank 1 out of 2
     62Hello World from processor dp-dam01, rank 0 out of 2
     63}}}
     64
     65**Attention:** This is a temporary workaround.
     66
     67{{{#!comment
    5668**Attention:** Since the Extoll network is not in place yet multi-node MPI Jobs are currently disabled.
     69}}}
     70
    5771{{{#!comment
    5872