Ignore:
Timestamp:
04/26/11 15:45:50 (13 years ago)
Author:
jbrlod
Message:

run ref with batch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/run_batch_sinobad.sh

    r40 r41  
    1 #!/bin/tcsh 
     1#!/bin/sh 
    22#PBS -e ../scripts/script_outputs/ 
    33#PBS -o ../scripts/script_outputs/ 
     
    88#Command to submit the job: 
    99#qsub run_batch_sinobad.sh 
    10 cd /usr/home/jbrlod/these/postdoc/collaborations/NEMO/nemoyao/svn/trunk/src/ 
     10cd $PBS_O_WORKDIR 
     11cd ../src/ 
     12 
     13echo "****************************************"  
     14echo "*       run reference experiment       *" 
     15echo "*             (sequential)             *" 
     16echo "*              26/04/2011              *" 
     17echo "*  julien.brajard@locean-ipsl.upmc.fr  *" 
     18echo "****************************************" 
    1119 
    1220$YAODIR/etc/YaoI -p +O3 sinobad 
    13 ./sinobad -i ../scripts/sinobad.i 
     21time ./sinobad -i ../scripts/sinobad.i 
    1422 
Note: See TracChangeset for help on using the changeset viewer.