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


Ignore:
Timestamp:
Feb 12, 2020, 2:58:06 PM (4 years ago)
Author:
Jochen Kreutz
Comment:

Legend:

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

    v14 v15  
    1717}}}
    1818When using a batch script, you have to adapt the partition option within your script: `--partition=dp-dam`
     19
     20== Persistent Memory ==
     21
     22Each of the DAM nodes is equipped with [https://www.intel.com/content/www/us/en/architecture-and-technology/optane-dc-persistent-memory.html Intel's Optane DC Persistent Memory Modules] (DCPMM).
     23Whereas the first two nodes (`dp-dam[01,02]`) expose 3 TB of persistent memory the remaining nodes (`dp-dam03-16]`) have 1.5 TB of persistent memory included.
     24
     25The DCPMMs can be driven in different modes. For further information of the operation modes and how to use them, please refer to the following [https://github.com/pmemhackathon/2019-11-08 information]
     26
     27DCPMM modes have been added To check which nodes are running in which mode, you can use the `scontrol` command:
     28
     29{{{
     30scontrol show node dp-dam01 | grep AvailableFeatures
     31}}}
     32
     33To select a node using a certain memory mode, you can use the constraint option within SLURM, e.g.:
     34
     35{{{
     36srun -p dp-dam -N 1 -c 24 -t 0:30:0 --constraint=dpcmm_mem --pty /bin/bash
     37}}}
    1938
    2039== Using Cuda ==