runBase.sh 919 Bytes
Newer Older
iker_martin's avatar
iker_martin committed
1
2
#!/bin/bash

3
#SBATCH -N 2
iker_martin's avatar
iker_martin committed
4
5
6
7
8
9
10
11
12
13
14
15
16

#module load gcc/6.4.0
#module load openmpi/1.10.7

#module load /home/martini/ejemplos_Mod/modulefiles/mpi/openmpi_aliaga_1_10_7


echo "OPENMPI"
#module load /home/martini/MODULES/modulefiles/openmpi4.1.0

#mpirun -mca btl_openib_allow_ib 1 -npernode 10 -np 20 ./batch5.out

echo "MPICH"
17
18
module load mpich-3.4.1-noucx
#module load /home/martini/MODULES/modulefiles/mpich3.4
iker_martin's avatar
iker_martin committed
19
20
21
#export HYDRA_DEBUG=1
#-disable-hostname-propagation -disable-auto-cleanup -pmi-port -hosts n00,n01

22
mpirun -ppn 1 -np 2 ./a.out test.ini
iker_martin's avatar
iker_martin committed
23
24
25
26
27
28
29
30
31
32
33
34


echo "Intel"
#module load /home/martini/MODULES/modulefiles/intel64.module

#export I_MPI_OFI_PROVIDER=tcp
#export I_MPI_DEBUG=6
#export I_MPI_FABRICS=shm:ofi

#mpirun -print-all-exitcodes -np 2 --ppn 1 ./batch.out
#mpirun -genv I_MPI_FABRICS=shm:ofi -print-all-exitcodes -iface ib0 -np 16 ./batch4.out
#mpirun -genv I_MPI_FABRICS=shm:ofi -iface enp59s0f0 -np 20 ./batch4.out