New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 5527 for branches/2015 – NEMO

Changeset 5527 for branches/2015


Ignore:
Timestamp:
2015-07-01T17:19:03+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE First trusting release for Ada

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting_func.sh

    r5524 r5527  
    8383 
    8484get_cpu_time() { 
    85     real_cpu_time=$( eval "${JOB_INFO} ${JOB_ID} | ${JOB_TIME}" ) 
     85    real_cpu_time=$( eval ${JOB_TIME} ) 
    8686    printf "Real CPU time\n${real_cpu_time}\n" | tee mesg_10_cputime_${CFG_USER}_${CFG_ARCH}.txt 
    8787} 
     
    243243    sleep ${time_increment} 
    244244    while [[ $( ${JOB_LIST} | grep ${JOB_ID} ) && ${time_elapsed} -lt ${TIME_LIMI} ]]; do 
    245    printf "\n####################################################" >> computation.log 
    246    ${JOB_INFO} ${JOB_ID}                                           >> computation.log 
     245   printf "\n####################################################\n" >> computation.log 
     246   ${JOB_INFO} ${JOB_ID}                                             >> computation.log 
    247247   sleep ${time_increment} 
    248248   time_elapsed=$(( ${time_elapsed} + ${time_increment} )) 
Note: See TracChangeset for help on using the changeset viewer.