source: proiecte/SolarSim/C/Parallel/submit_single.sh @ 152

Last change on this file since 152 was 152, checked in by (none), 14 years ago
File size: 329 bytes
Line 
1#!/bin/sh
2
3make -f makefile.gcc
4
5qsub -q ibm-quad.q -cwd run.sh 8 bin/SolarSim.gcc data/astro.dat sim.dat 630720 100 864
6
7while [ `qstat | wc -l` != 0 ]
8do
9        sleep 1
10done
11
12cat run.sh.* | \
13        grep -v "Warning: no access to tty (Bad file descriptor)." | \
14        grep -v "Thus no job control in this shell."
15
16rm run.sh.*
17
Note: See TracBrowser for help on using the repository browser.