source: trunk/scripts/run_batch_sinobad_seq.sh @ 78

Last change on this file since 78 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: 595 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
13
14echo "****************************************" 
15echo "*       run reference experiment       *"
16echo "*             (sequential)             *"
17echo "*              26/04/2011              *"
18echo "*  julien.brajard@locean-ipsl.upmc.fr  *"
19echo "****************************************"
20
21$YAODIR/etc/YaoI +O3 sinobad
22time ./sinobad -i ../scripts/sinobad.i
23
Note: See TracBrowser for help on using the repository browser.