source:
trunk/anuga_work/anuga_cuda/src/scripts/PBS_test_pycuda.pbs
@
9334
Last change on this file since 9334 was 9017, checked in by , 12 years ago | |
---|---|
File size: 335 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | #PBS -P v29 |
3 | #PBS -l walltime=00:20:00 |
4 | #PBS -l vmem=500MB |
5 | #PBS -l ngpus=2 |
6 | #PBS -l ncpus=1 |
7 | #PBS -l jobfs=1GB |
8 | #PBS -wd |
9 | #PBS -j oe |
10 | #PBS -l other=physmem |
11 | |
12 | module load nvidia |
13 | module load python/2.7.3 |
14 | module load cuda/4.2.9 |
15 | module load gcc/4.4.4 |
16 | module load boost/1.46.1 |
17 | module load netcdf/4.2.1.1 |
18 | |
19 | test_pycuda.py > result_pycuda |
Note: See TracBrowser
for help on using the repository browser.