Changes between Version 14 and Version 15 of Public/User_Guide/DEEP-EST_CM


Ignore:
Timestamp:
Jul 14, 2022, 10:20:17 AM (22 months ago)
Author:
Jochen Kreutz
Comment:

revise example for interactive session

Legend:

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

    v14 v15  
    33= System usage =
    44
    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:
     5The 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:
    66
    77{{{
    8 srun -A deep --partition=dp-cn -N 4 -n 2 --pty /bin/bash -i
     8srun -A deepsea --partition=dp-cn -N 1 -n 8 --pty --interactive /bin/bash
    99srun ./hello_cluster
    1010Hello World from processor dp-cn15, rank 2 out of 8
    1111Hello World from processor dp-cn15, rank 3 out of 8
    12 Hello World from processor dp-cn17, rank 6 out of 8
    13 Hello World from processor dp-cn17, rank 7 out of 8
    14 Hello World from processor dp-cn14, rank 0 out of 8
    15 Hello World from processor dp-cn16, rank 4 out of 8
    16 Hello World from processor dp-cn14, rank 1 out of 8
    17 Hello World from processor dp-cn16, rank 5 out of 8
     12Hello World from processor dp-cn15, rank 6 out of 8
     13Hello World from processor dp-cn15, rank 7 out of 8
     14Hello World from processor dp-cn15, rank 0 out of 8
     15Hello World from processor dp-cn15, rank 4 out of 8
     16Hello World from processor dp-cn15, rank 1 out of 8
     17Hello World from processor dp-cn15, rank 5 out of 8
    1818}}}
    1919
    2020
    21 When using a batch script, you have to adapt the partition option within your script: `--partition=dp-cn`
     21When using a batch script, you have to use the partition option within your script: `--partition=dp-cn` (short form: `-p dp-cn`).
    2222
    2323== Filesystems and local storage ==