Changes between Version 1 and Version 2 of Public/User_Guide/DEEP-EST_CM
- Timestamp:
- Aug 7, 2019, 9:16:23 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/DEEP-EST_CM
v1 v2 1 1 = System usage = 2 2 3 The DEEP-EST Cl suter Module (CM) can be used through the SLURM based batch system that is also used for (most of) the Software Development Vehicles (SDV). You can request CM cluster nodes (`dp-cn[01-05]` on the SDV with an interactive session like this:3 The DEEP-EST Cluster Module (CM) can be used through the SLURM based batch system that is also used for (most of) the Software Development Vehicles (SDV). You can request CM cluster nodes (`dp-cn[01-50]` on the SDV with an interactive session like this: 4 4 5 5 {{{ 6 srun --partition=dp-cn -N 4 -n 8--pty /bin/bash -i6 srun --partition=dp-cn -N 4 -n 2 --pty /bin/bash -i 7 7 srun ./hello_cluster 8 8 Hello World from processor dp-cn15, rank 2 out of 8 … … 17 17 18 18 19 When using a batch script, you have to adapt the `--partition`option within your script: `--partition=dp-cn`19 When using a batch script, you have to adapt the partition option within your script: `--partition=dp-cn` 20 20 21 21 == Filesystems and local storage == … … 26 26 /work 27 27 }}} 28 There is a gateways being used to bridge between the Infiniband EDR used for the CM and the 40 GbE network the file servers are connected to.28 There is a gateways being used to bridge between the Infiniband EDR used for the CM and the 40 GbE network the file servers are connected to. 29 29 30 30 This is NOT the same storage being used on the DEEP-ER SDV system. Both, the DEEP-EST prototype system and the DEEP-ER SDV have their own local storage.