]> AND Private Git Repository - kahina_paper2.git/blob - Simulations/full_openmp/full_openmp_3GPU.sge
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
figures modifiées
[kahina_paper2.git] / Simulations / full_openmp / full_openmp_3GPU.sge
1 #!/bin/bash -l
2 #$ -q tesla.q
3 #$ -l gpu=3
4 ## adapter selon besoin
5 #$ -l h_vmem=15G  
6 #$ -pe openmp 3
7 #$ -V
8 #$ -cwd
9 #$ -N full_openmp_3GPU
10
11 module load gcc/4.9.0
12 module load cuda/7.0
13
14
15 ./template -r -i 60000 40000
16 ./template -r -i 150000 50000
17 ./template -r -i 250000 150000
18 ./template -r -i 350000 250000
19 ./template -r -i 500000 300000
20 ./template -r -i 600000 400000
21 ./template -r -i 700000 500000
22 ./template -r -i 800000 600000
23 #./template -r -i 900000 700000
24 #./template -r -i 1000000 800000
25 #./template -r -i 1500000 500000
26
27