source: inundation/ga/storm_surge/parallel/runpytiming.py @ 1599

Last change on this file since 1599 was 1363, checked in by steve, 20 years ago

Changes to visualisation. Can use visualise_color_stage to color stage, but it uses python update (slow).

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.