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, 12 years ago

updating the python script files

  • Property svn:executable set to *
File size: 226 bytes
Line 
1
2from subprocess import call
3def 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.