source:
pypar/runpytiming
@
659
Last change on this file since 659 was 85, checked in by ole, 19 years ago | |
---|---|
File size: 407 bytes |
Rev | Line | |
---|---|---|
[85] | 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 | ||
18 | prun pytiming | |
19 | ||
20 |
Note: See TracBrowser
for help on using the repository browser.