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

Adding in Zhe (John) Weng's anuga_cuda code as obtained from googlecode https://code.google.com/p/anuga-cuda

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
12module load nvidia
13module load python/2.7.3
14module load cuda/4.2.9
15module load gcc/4.4.4
16module load boost/1.46.1
17module load netcdf/4.2.1.1
18
19test_pycuda.py > result_pycuda
Note: See TracBrowser for help on using the repository browser.