runBase.sh 280 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

echo "MPICH"
6
7
module load mpich-3.4.1-noucx
#module load /home/martini/MODULES/modulefiles/mpich3.4
iker_martin's avatar
iker_martin committed
8
9
10
#export HYDRA_DEBUG=1
#-disable-hostname-propagation -disable-auto-cleanup -pmi-port -hosts n00,n01

11
mpirun -ppn 1 -np 2 ./a.out test.ini
iker_martin's avatar
iker_martin committed
12

13
echo "END RUN"