Projet

Général

Profil

The EnergyScopium software suite

The EnergyScopium software suite is made by the DENERGIUM company. (https://www.denergium.com)

Access to the full user documentation : https://redmine.mcia.fr/attachments/download/2372/EnergyScopium_monitor_user_en.pdf

Quick User Guide

To get access to energiscopium commands on curta, do :

  module load energyscopium

then you can do :

# to generate the report (.tgz file) of an already completed job in the current directory, 
energyscopium_monitor_getjobedata.sh JOBID

# you can also specify a destination directory :
energyscopium_monitor_getjobedata.sh JOBID EXISTING_OUTPUT_DIR
# to disable energyscopium for a job, do (enabled by default) : 
export ENERGYSCOPIUM_OFF=1

# to re-enable : 
unset ENERGYSCOPIUM_OFF