Ignore:
Timestamp:
07/05/17 20:18:51 (7 years ago)
Author:
sdipsl
Message:

CMIP6 workflow. Merging trunk into branch 'branch' r:1375:1398

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/libIGCM_v3.0_beta1/ins_job

    r1371 r1399  
    218218  fi # if ( ! ${x_pm} ) 
    219219  echo MPIEnvironment is ${MPIEnvironment} 
    220 else 
    221   echo No option for Header regarding ProjectID, ProjectNode, ProjectCore or MPIEnvironment because we are not on curie or ada 
     220elif [ X"${SYSTEM}" == "Xlxiv8" ] || [ X"${SYSTEM}" == "Xifort_CICLAD" ] ; then 
     221  # obelix, ciclad, climserv 
     222  echo "" 
     223  echo "You need to check and maybe adapt headers in the main job especially the line: " 
     224  echo "  #PBS -l nodes=x:ppn=y " 
     225  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. " 
     226  echo "y must not be bigger than the maximum numer of cores per node on the machine (often 8 or 16)." 
    222227fi # if [ X"${SYSTEM}" == "Xcurie" ] 
    223228 
Note: See TracChangeset for help on using the changeset viewer.