Changes between Version 2 and Version 3 of Public/User_Guide/DEEP-EST_DAM
- Timestamp:
- Aug 7, 2019, 1:49:54 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/DEEP-EST_DAM
v2 v3 1 1 = System usage = 2 2 3 The DEEP-EST Data Analytics Module (DAM) can be used through the SLURM based batch system that is also used for (most of) the Software Development Vehicles (SDV). You can request DAM nodes (`dp-dam[01-16]` with an interactive session like this:3 The DEEP-EST Data Analytics Module (DAM) can be used through the SLURM based batch system that is also used for (most of) the Software Development Vehicles (SDV). You can request DAM nodes (`dp-dam[01-16]`) with an interactive session like this: 4 4 5 5 {{{ 6 srun -N 4 - n2 -p dp-dam --time=1:0:0 --pty /bin/bash -i6 srun -N 4 --tasks-per-node 2 -p dp-dam --time=1:0:0 --pty /bin/bash -i 7 7 [kreutz1@dp-dam01 ~]$ srun -n 8 hostname 8 dp-dam019 dp-dam0110 8 dp-dam01 11 9 dp-dam01 12 10 dp-dam02 13 11 dp-dam02 14 dp-dam02 15 dp-dam02 12 dp-dam03 13 dp-dam03 14 dp-dam04 15 dp-dam04 16 16 }}} 17 17