Changes between Version 5 and Version 6 of Public/User_Guide/DEEP-EST_DAM
- Timestamp:
- Sep 6, 2019, 2:05:18 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/DEEP-EST_DAM
v5 v6 51 51 There 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. 52 52 53 53 54 == Multi-node Jobs == 54 55 56 Currently, multi-node MPI jobs are possible on the DAM only by modifying the environment in the following way: 55 57 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 61 Hello World from processor dp-dam02, rank 1 out of 2 62 Hello World from processor dp-dam01, rank 0 out of 2 63 }}} 64 65 **Attention:** This is a temporary workaround. 66 67 {{{#!comment 56 68 **Attention:** Since the Extoll network is not in place yet multi-node MPI Jobs are currently disabled. 69 }}} 70 57 71 {{{#!comment 58 72