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

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