Changeset 1472 for trunk


Ignore:
Timestamp:
10/26/18 11:34:03 (6 years ago)
Author:
mafoipsl
Message:

ins_job : don't forget to initialize ProjectID default for irene (like for curie).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/ins_job

    r1471 r1472  
    264264  echo "where x is the number of nodes, y the number of cores per node and x*y is the total number of cores for the job. " 
    265265  echo "y must not be bigger than the maximum numer of cores per node on the machine (often 8 or 16)." 
    266 fi # if [ X"${SYSTEM}" == "Xcurie" ] 
     266fi # if [ X"${SYSTEM}" == "Xirene" ] 
    267267 
    268268#- 
     
    443443done 
    444444#- 
    445 # set default_project in libIGCM_sys_curie.ksh too. 
    446 #- 
    447 if [ X"${SYSTEM}" == "Xcurie" ] ; then 
    448   i=${libIGCM}/libIGCM_sys/libIGCM_sys_curie.ksh 
     445# set default_project in libIGCM_sys_irene too. 
     446#- 
     447if [ X"${SYSTEM}" == "Xirene" ] ; then 
     448  i=${libIGCM}/libIGCM_sys/libIGCM_sys_irene 
    449449  sed -i -e "s/::default_project::/${ProjectID}/" ${i} 
    450450fi 
Note: See TracChangeset for help on using the changeset viewer.