source: trunk/scripts/run_batch_sinobad.sh @ 41

Last change on this file since 41 was 41, checked in by jbrlod, 13 years ago

run ref with batch

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 597 bytes
Line 
1#!/bin/sh
2#PBS -e ../scripts/script_outputs/
3#PBS -o ../scripts/script_outputs/
4#PBS -q short
5#PBS -l ncpus=16,nodes=1:x64
6
7#run reference experience
8#Command to submit the job:
9#qsub run_batch_sinobad.sh
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 "****************************************"
19
20$YAODIR/etc/YaoI -p +O3 sinobad
21time ./sinobad -i ../scripts/sinobad.i
22
Note: See TracBrowser for help on using the repository browser.