Changeset 1391 for trunk/libIGCM


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

Change and add some echo.

Location:
trunk/libIGCM
Files:
2 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 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys.ksh

    r1314 r1391  
    5252case $( hostname -s ) in 
    5353    ada*) 
    54         [ ! X${TaskType} = Xchecking ] && echo "sys source ada Intel X-64 lib." 
     54        [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for ada Intel X-64." 
    5555        CENTER=IDRIS 
    5656        SYSTEM=ada 
    5757        . ${libIGCM}/libIGCM_sys/libIGCM_sys_ada.ksh;; 
    5858    curie*) 
    59         [ ! X${TaskType} = Xchecking ] && echo "sys source curie Intel X-64 lib." 
     59        [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for curie Intel X-64." 
    6060        CENTER=TGCC 
    6161        SYSTEM=curie 
    6262        . ${libIGCM}/libIGCM_sys/libIGCM_sys_curie.ksh;; 
    6363    airain*) 
    64         [ ! X${TaskType} = Xchecking ] && echo "sys source airain Intel X-64 lib." 
     64        [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for airain Intel X-64." 
    6565        CENTER=TGCC 
    6666        SYSTEM=curie 
    6767        . ${libIGCM}/libIGCM_sys/libIGCM_sys_curie.ksh;; 
    6868    asterix*|obelix*) 
    69         [ ! X${TaskType} = Xchecking ] && echo "sys source obelix or asterix lib." 
     69        [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for obelix or asterix." 
    7070        CENTER=LSCE 
    7171        SYSTEM=lxiv8 
    7272        . ${libIGCM}/libIGCM_sys/libIGCM_sys_obelix.ksh;; 
    7373    ciclad*) 
    74         [ ! X${TaskType} = Xchecking ] && echo "sys source ciclad lib for running at ciclad." 
     74        [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for ciclad for running at ciclad." 
    7575        CENTER=IPSL-ciclad 
    7676        SYSTEM=ifort_CICLAD 
    7777        . ${libIGCM}/libIGCM_sys/libIGCM_sys_ciclad.ksh;; 
    7878    camelot*|loholt1*|loholt2*|merlin*) 
    79         [ ! X${TaskType} = Xchecking ] && echo "sys source ciclad lib for running at climserv." 
     79        [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for ciclad for running at climserv." 
    8080        CENTER=IPSL-climserv 
    8181        SYSTEM=ifort_CICLAD 
    8282        . ${libIGCM}/libIGCM_sys/libIGCM_sys_ciclad.ksh;; 
    8383    iitm*) 
    84         [ ! X${TaskType} = Xchecking ] && echo "sys source iitm lib." 
     84        [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for iitm." 
    8585        CENTER=IITM 
    8686        SYSTEM=iitm 
    8787        . ${libIGCM}/libIGCM_sys/libIGCM_sys_iitm.ksh;; 
    8888    *) 
    89         [ ! X${TaskType} = Xchecking ] && echo "sys source default lib." 
     89        [ ! X${TaskType} = Xchecking ] && echo "Source machine dependent settings for a default machine." 
    9090        CENTER=DEFAULT 
    9191        SYSTEM=default 
Note: See TracChangeset for help on using the changeset viewer.