source: anuga_core/source/pypar-numeric/runpytiming @ 5779

Last change on this file since 5779 was 5779, checked in by steve, 16 years ago

Added the old version of pypar which works with Numeric. Necessary for parallel code until we move anuga to numpy (and then we can use pypar as distribute via sourceforge).

File size: 407 bytes
Line 
1#!/bin/csh
2#PBS -wd 
3#PBS -q normal
4#PBS -l ncpus=4
5#PBS -l walltime=00:10:00,vmem=100Mb
6#PBS -l software=python
7
8#########################################################
9#   
10#  Run pytiming in parallel using Batch Queue on Alpha Server
11#   
12#  Author:  Ole Nielsen,  SMS, ANU, Jan. 2002.
13#
14#  To execute:
15#    qsub runpytiming
16#########################################################
17
18prun pytiming
19
20
Note: See TracBrowser for help on using the repository browser.