README 1.04 KB
Newer Older
Muhammad Asif's avatar
 
Muhammad Asif committed
cd src

Muhammad Asif's avatar
 
Muhammad Asif committed
python expid.py --new ecearth --HPC ithaca --description "experiment is about..."
Muhammad Asif's avatar
 
Muhammad Asif committed
Say for example, "chex" is 4 character based expid generated by system.
First character "c" will represent the platform such as "i" for ithaca, "b" for
BSC, "h" for HECToR and so on and rest of three characters "hex" will show a 
unique hexadecimal number.
Muhammad Asif's avatar
 
Muhammad Asif committed
vi /cfu/autosubmit/i00f/conf/expdef_chex.conf
vi /cfu/autosubmit/i00f/conf/autosubmit_chex.conf
Muhammad Asif's avatar
 
Muhammad Asif committed
python create_exp.py chex
Muhammad Asif's avatar
 
Muhammad Asif committed
nohup python autosubmit.py chex >& chex_01.log &
Muhammad Asif's avatar
 
Muhammad Asif committed
HOW TO MONITOR
Muhammad Asif's avatar
 
Muhammad Asif committed
Autosubmit will be generating the plots to visualize the status of experiment 
periodically at the following location:
Muhammad Asif's avatar
 
Muhammad Asif committed
/cfu/autosubmit/chex/plot

On the other hand, user can generate plots at any instance by following the 
instructions given below:

cd src

python monitor.py -h

python monitor.py -e chex -j job_list -o pdf
or
python monitor.py -e chex -j job_list -o png


HOW TO RESTART