Changeset 1391 for trunk/libIGCM/ins_job


Ignore:
Timestamp:
06/08/17 14:41:13 (7 years ago)
Author:
jgipsl
Message:

Change and add some echo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/ins_job

    r1371 r1391  
    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.