Revision 4,
379 bytes
checked in by ajaworski, 13 years ago
(diff) |
Added modified SAGE sources
|
-
Property svn:executable set to
*
|
Rev | Line | |
---|
[4] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | cd /nfs/disk2/evl/luc/Dev/volatile/volvis |
---|
| 4 | |
---|
| 5 | killall -9 volvis |
---|
| 6 | forall killall -9 volvis |
---|
| 7 | |
---|
| 8 | mpirun -machinefile .gige -np 16 /nfs/disk2/evl/luc/Dev/volatile/volvis/volvis -v Arad-full optiCharybdis.dat Arad-256 -a 2.08 -sp 1.5644 1.5644 1.955 -d 128 128 128 -n $PWD/machines.dat.evl & |
---|
| 9 | |
---|
| 10 | sleep 80 |
---|
| 11 | |
---|
| 12 | cd ../tfUI |
---|
| 13 | ./RUN.arad & |
---|
| 14 | |
---|
| 15 | wait |
---|
| 16 | |
---|
| 17 | killall -9 volvis |
---|
| 18 | forall killall -9 volvis |
---|
| 19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.