Ignore:
Timestamp:
04/05/12 10:43:14 (12 years ago)
Author:
sdipsl
Message:
  • Final tweak with respect to pack flag.
  • On titane switch nco to the nco/3.9.4_netcdf4 version (with ncap2) only when running in mono classes (short term hack waiting better option)
Location:
trunk/libIGCM/libIGCM_sys
Files:
2 edited

Legend:

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

    r629 r634  
    9191#==================================================== 
    9292. /home/cont003/p86ipsl/.atlas_env_titane_ksh 
    93  
    94 module switch nco/3.9.4 nco/3.9.4_netcdf4 
     93if [ X${LSB_QUEUE} = Xmono ] ; then 
     94  module switch nco/3.9.4 nco/3.9.4_netcdf4 
     95fi 
    9596 
    9697#==================================================== 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_vargas.ksh

    r619 r634  
    174174  echo "${@} " >> ${THEFILE} 
    175175 
    176     # No frontend queue on brodie : just rsh the job on the frontend with submission. 
     176  # No frontend queue on brodie : just rsh the job on the frontend with submission. 
    177177  sed -e "s@IGCM_sys_Qsub\(.*\)@\1@" ${THEFILE} > ${THEFILE}_ 
    178178 
Note: See TracChangeset for help on using the changeset viewer.