New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 1297 for trunk/NVTK/INSTALL/JOBS/job_ORCA2_LIM.ksh – NEMO

Ignore:
Timestamp:
2009-02-05T15:55:00+01:00 (15 years ago)
Author:
ctlod
Message:

updates NVTK scripts for IBM SP6 named aix6 and to the new nemo_v3_1 release, see ticket: #325

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/INSTALL/JOBS/job_ORCA2_LIM.ksh

    r1155 r1297  
    9595 
    9696# Get forcing files 
    97 ${D_GET} ${D_INPUT}/ORCA2_LIM_nemo_v3.tar ORCA2_LIM_nemo_v3.tar 
    98 tar xvf ORCA2_LIM_nemo_v3.tar 
    99 rm -rf ORCA2_LIM_nemo_v3.tar 
     97${D_GET} ${D_INPUT}/ORCA2_LIM_nemo_v3.1.tar ORCA2_LIM_nemo_v3.1.tar 
     98tar xvf ORCA2_LIM_nemo_v3.1.tar 
     99rm -rf ORCA2_LIM_nemo_v3.1.tar 
    100100 
    101101# Get restarts files if needed 
     
    161161#-T- sx8brodie echo "Stack memory: $( (size opa_${CONF}_${RUN}) )"    >> memory_size.txt  
    162162#-T- sx8brodie echo "Static memory: $( (size opa_${CONF}_memo) )"   >> memory_size.txt  ;; 
    163 #-T- aix     ;; 
    164 #-T- ax_mono echo "Stack memory: $( (size opa_${CONF}_memo) )"    >> memory_size.txt  
    165 #-T- ax_mono echo "Static memory: $( (size opa_${CONF}_${RUN}) )"   >> memory_size.txt ;; 
     163#-T- aix6     ;; 
     164#-T- ax6_mono echo "Stack memory: $( (size opa_${CONF}_memo) )"    >> memory_size.txt  
     165#-T- ax6_mono echo "Static memory: $( (size opa_${CONF}_${RUN}) )"   >> memory_size.txt ;; 
    166166#-T- osxxlf echo "Stack memory: $( (size opa_${CONF}_memo) )"    >> memory_size.txt  
    167167#-T- osxxlf echo "Static memory: $( (size opa_${CONF}_${RUN}) )"   >> memory_size.txt ;;  
    168168        'mpi' )  
    169169#-T- sx8brodie export MPIPROGINF=detail ;; 
    170 #-T- aix     ;; 
    171 #-T- ax_mono ;; 
    172 #-T- osxxlf  ;; 
     170#-T- aix6     ;; 
     171#-T- ax6_mono ;; 
     172#-T- osxxlf   ;; 
    173173        'omp' )  
    174174#-T- sx8brodie export F_PROGINF=detail 
    175175#-T- sx8brodie export OMP_NUM_THREADS=${NB_PROCS} ;; 
    176 #-T- aix     ;; 
    177 #-T- ax_mono ;; 
    178 #-T- osxxlf  ;; 
     176#-T- aix6     ;; 
     177#-T- ax6_mono ;; 
     178#-T- osxxlf   ;; 
    179179esac 
    180180# 
     
    187187        'mpi' )  
    188188#-T- sx8brodie              ${CPERF} ${LEXE} ./opa_${CONF}_${RUN} ;; 
    189 #-T- aix              ${CPERF} ${LEXE} ./opa_${CONF}_${RUN} ;; 
     189#-T- aix6              ${CPERF} ${LEXE} ./opa_${CONF}_${RUN} ;; 
    190190#-T- osxxlf   mpd& 
    191191#-T- osxxlf   sleep 5 
Note: See TracChangeset for help on using the changeset viewer.