]> AND Private Git Repository - book_gpu.git/blob - BookGPU/Chapters/chapter5/src/chapter5/heat_equation/runOscarJob.sh
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
remove ch3median
[book_gpu.git] / BookGPU / Chapters / chapter5 / src / chapter5 / heat_equation / runOscarJob.sh
1 #!/bin/sh
2 #
3 #PBS -N heat_equation
4 #PBS -l walltime=20:00
5 #PBS -q gpu
6 # the next two lines are for x1 nodes, x2 core/node, x3 gpu/node
7 #PBS -l nodes=1:ppn=2:gpus=2
8 #PBS -W x=nmatchpolicy:exactnode
9
10 cd $PBS_O_WORKDIR
11
12 module load openmpi
13 module load cuda
14
15 echo "Start job"
16 mpirun -tag-output ./main_parareal 1 128 0.1