Changeset 61


Ignore:
Timestamp:
03/17/09 16:11:21 (15 years ago)
Author:
sdipsl
Message:
  • Add UnixMaxLimit? variables inside libIGCM_sys
  • Don't use module with ulam for the moment
  • Adapt llsubmit procedure to have post-process job output when we want to
Location:
trunk/libIGCM/libIGCM_sys
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_brodie.ksh

    r59 r61  
    126126typeset -r HOST_MPIRUN_COMMAND=${HOST_MPIRUN_COMMAND:="mpirun"} 
    127127 
     128#==================================================== 
     129#- Max number of arguments passed to nco operator or demigration command 
     130UNIX_MAX_LIMIT=360 
     131 
    128132#D-#================================================== 
    129133#D-function IGCM_sys_RshArchive 
     
    442446        echo "IGCM_sys_QsubPost :" $@ 
    443447    fi 
     448    cd ${POST_DIR} 
    444449    /opt/ibmll/LoadL/full/bin/llsubmit ${libIGCM_POST}/$1.job 
     450    cd - 
    445451    if [ $? -gt 0 ] ; then 
    446452        echo "IGCM_sys_QsubPost : erreur " $@ 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_calculo.ksh

    r44 r61  
    132132echo ${MPIRUN_COMMAND} 
    133133 
     134#==================================================== 
     135#- Max number of arguments passed to nco operator or demigration command 
     136UNIX_MAX_LIMIT=360 
     137 
    134138#D-#================================================== 
    135139#D-function IGCM_sys_RshMaster 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_claude.ksh

    r44 r61  
    148148echo ${MPIRUN_COMMAND} 
    149149 
     150#==================================================== 
     151#- Max number of arguments passed to nco operator or demigration command 
     152UNIX_MAX_LIMIT=360 
     153 
    150154#D-#================================================== 
    151155#D-function IGCM_sys_RshMaster 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_default.ksh

    r44 r61  
    133133echo ${MPIRUN_COMMAND} 
    134134 
     135#==================================================== 
     136#- Max number of arguments passed to nco operator or demigration command 
     137UNIX_MAX_LIMIT=360 
     138 
    135139#D-#================================================== 
    136140#D-function IGCM_sys_RshMaster 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercure.ksh

    r44 r61  
    125125typeset -r HOST_MPIRUN_COMMAND=${HOST_MPIRUN_COMMAND:="mpirun"} 
    126126 
     127#==================================================== 
     128#- Max number of arguments passed to nco operator or demigration command 
     129UNIX_MAX_LIMIT=360 
     130 
    127131#D-#================================================== 
    128132#D-function IGCM_sys_RshArchive 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercureTX.ksh

    r44 r61  
    136136typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${TMPDIR}} 
    137137 
     138#==================================================== 
     139#- Max number of arguments passed to nco operator or demigration command 
     140UNIX_MAX_LIMIT=360 
     141 
    138142#D-#================================================== 
    139143#D-function IGCM_sys_RshMaster 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_obelix.ksh

    r44 r61  
    133133echo ${MPIRUN_COMMAND} 
    134134 
     135#==================================================== 
     136#- Max number of arguments passed to nco operator or demigration command 
     137UNIX_MAX_LIMIT=360 
     138 
    135139#D-#================================================== 
    136140#D-function IGCM_sys_RshMaster 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_platine.ksh

    r44 r61  
    147147typeset -r HOST_MPIRUN_COMMAND=${HOST_MPIRUN_COMMAND:="time srun"} 
    148148 
     149#==================================================== 
     150#- Max number of arguments passed to nco operator or demigration command 
     151UNIX_MAX_LIMIT=360 
     152 
    149153##D-#================================================== 
    150154#D-function IGCM_sys_RshMaster 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_rhodes.ksh

    r44 r61  
    126126typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${TMPDIR}} 
    127127 
     128#==================================================== 
     129#- Max number of arguments passed to nco operator or demigration command 
     130UNIX_MAX_LIMIT=120 
     131 
    128132#D-#================================================== 
    129133#D-function IGCM_sys_RshMaster 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ulam.ksh

    r59 r61  
    6666# Host and user names  
    6767# $hostname ou hostname  
    68 #typeset -r HOST=$( hostname ) 
     68typeset -r HOST=$( hostname ) 
    6969# $username ou whoami 
    7070typeset -r LOGIN=$( whoami ) 
     
    9090#==================================================== 
    9191# Source tools 
    92 module load netcdf > /dev/null 2>&1 
    93 module load nco    > /dev/null 2>&1 
    94 module load cdo    > /dev/null 2>&1 
     92#module load netcdf 
     93#module load nco 
     94#module load cdo 
     95 
     96export PATH=/usr/local/pub/NetCDF/3.6.3/bin:/usr/local/pub/cdo/1.3.0/bin:/usr/local/pub/nco/3.9.6/bin:$PATH 
    9597 
    9698#==================================================== 
     
    131133#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    132134typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${TMPDIR}} 
     135 
     136#==================================================== 
     137#- Max number of arguments passed to nco operator or demigration command 
     138UNIX_MAX_LIMIT=12 
    133139 
    134140#D-#================================================== 
     
    458464        echo "IGCM_sys_QsubPost :" $@ 
    459465    fi 
     466    cd ${POST_DIR} 
    460467    /opt/ibmll/LoadL/full/bin/llsubmit ${libIGCM}/$1.job 
     468    cd - 
    461469    if [ $? -gt 0 ] ; then 
    462470        echo "IGCM_sys_QsubPost : erreur." 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_zahir.ksh

    r44 r61  
    126126typeset -r HOST_MPIRUN_COMMAND=${HOST_MPIRUN_COMMAND:="mpirun"} 
    127127 
     128#==================================================== 
     129#- Max number of arguments passed to nco operator or demigration command 
     130UNIX_MAX_LIMIT=360 
     131 
    128132#D-#================================================== 
    129133#D-function IGCM_sys_RshArchive 
Note: See TracChangeset for help on using the changeset viewer.