source: trunk/scripts/run_batch_sinobad.sh @ 40

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

script run_batch

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 352 bytes
Line 
1#!/bin/tcsh
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 /usr/home/jbrlod/these/postdoc/collaborations/NEMO/nemoyao/svn/trunk/src/
11
12$YAODIR/etc/YaoI -p +O3 sinobad
13./sinobad -i ../scripts/sinobad.i
14
Note: See TracBrowser for help on using the repository browser.