source: trunk/src/testing/app/atlantis-mpi/GO @ 4

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

Added modified SAGE sources

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3## fs.conf
4# atlantis-mpi 1200 600
5# syncMaster 10.0.8.113
6# 3
7# 10.0.8.113 0.0000 0.3333 0.0 1.0
8# 10.0.8.114 0.3333 0.6667 0.0 1.0
9# 10.0.8.117 0.6667 1.0000 0.0 1.0
10##
11
12
13/bin/rm -f .local
14touch .local
15echo "10.0.8.113" >> .local
16echo "10.0.8.114" >> .local
17echo "10.0.8.117" >> .local
18
19mpirun -np 3 -nolocal -machinefile .local atlantis-mpi 512 512
20
21/bin/rm -f .local
22
Note: See TracBrowser for help on using the repository browser.