Changes between Initial Version and Version 1 of Public/Energy


Ignore:
Timestamp:
Mar 25, 2020, 5:48:52 PM (4 years ago)
Author:
Laurent Montigny
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/Energy

    v1 v1  
     1
     2
     3== Energy Measurement
     4Unit=Joules
     5To print before and after you srun commands in the SLURM script.
     6
     7**CM Module**
     8
     9{{{
     10srun sh -c 'if [ $SLURM_LOCALID == 0 ]; then echo ${SLURM_NODEID}: $(cat /sys/devices/platform/sem/energy_j); fi'
     11
     12}}}
     13
     14
     15**ESB Module**
     16
     17CPU:
     18{{{
     19srun -n 1 energymeter_client -m -d 4
     20}}}
     21GPU:
     22{{{
     23srun -n 1 energymeter_client -m -d 5
     24}}}