Changes between Version 14 and Version 15 of Public/User_Guide/DEEP-EST_CM
- Timestamp:
- Jul 14, 2022, 10:20:17 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/DEEP-EST_CM
v14 v15 3 3 = System usage = 4 4 5 The DEEP-EST Cluster Module (CM) can be used through the SLURM based batch system that is also used for the DAM and ESB modules and (most of) the Software Development Vehicles (SDV). You can request CM cluster nodes(`dp-cn[01-50]`) with an interactive session like this:5 The DEEP-EST Cluster Module (CM) can be used through the SLURM based batch system that is also used for the DAM and ESB modules and (most of) the Software Development Vehicles (SDV). You can request a CM cluster node (`dp-cn[01-50]`) with an interactive session like this: 6 6 7 7 {{{ 8 srun -A deep --partition=dp-cn -N 4 -n 2 --pty /bin/bash -i8 srun -A deepsea --partition=dp-cn -N 1 -n 8 --pty --interactive /bin/bash 9 9 srun ./hello_cluster 10 10 Hello World from processor dp-cn15, rank 2 out of 8 11 11 Hello World from processor dp-cn15, rank 3 out of 8 12 Hello World from processor dp-cn1 7, rank 6 out of 813 Hello World from processor dp-cn1 7, rank 7 out of 814 Hello World from processor dp-cn1 4, rank 0 out of 815 Hello World from processor dp-cn1 6, rank 4 out of 816 Hello World from processor dp-cn1 4, rank 1 out of 817 Hello World from processor dp-cn1 6, rank 5 out of 812 Hello World from processor dp-cn15, rank 6 out of 8 13 Hello World from processor dp-cn15, rank 7 out of 8 14 Hello World from processor dp-cn15, rank 0 out of 8 15 Hello World from processor dp-cn15, rank 4 out of 8 16 Hello World from processor dp-cn15, rank 1 out of 8 17 Hello World from processor dp-cn15, rank 5 out of 8 18 18 }}} 19 19 20 20 21 When using a batch script, you have to adapt the partition option within your script: `--partition=dp-cn`21 When using a batch script, you have to use the partition option within your script: `--partition=dp-cn` (short form: `-p dp-cn`). 22 22 23 23 == Filesystems and local storage ==