source:
trunk/anuga_work/development/mem_time_tests/hardware/template/run_parallel.py
@
8311
Last change on this file since 8311 was 8311, checked in by pittj, 11 years ago | |
---|---|
|
|
File size: 226 bytes |
Line | |
---|---|
1 | |
2 | from subprocess import call |
3 | def runex(f): |
4 | call(['mpirun', '-np', str(f), '-hostfile' ,'~/machinefiles/test.machines_tornado', '-x', 'PYTHONPATH','python2.5', 'runcairns.py']) |
5 | |
6 | #'~/machinefiles/test.machines_cyclone' |
Note: See TracBrowser
for help on using the repository browser.