source: trunk/src/testing/app/volvis/scripts/GO.cha @ 4

Revision 4, 379 bytes checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3cd  /nfs/disk2/evl/luc/Dev/volatile/volvis
4
5killall -9 volvis
6forall killall -9 volvis
7
8mpirun -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
10sleep 80
11
12cd ../tfUI
13./RUN.arad &
14
15wait
16
17killall -9 volvis
18forall killall -9 volvis
19
Note: See TracBrowser for help on using the repository browser.