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
File:
1 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 " $@ 
Note: See TracChangeset for help on using the changeset viewer.