compila.sh 280 Bytes
Newer Older
1
module load mpich-3.4.1-noucx
iker_martin's avatar
iker_martin committed
2

3
4
5
6
7
8
9
10
11
mpicc -Wall Main/Main.c Main/computing_func.c IOcodes/results.c IOcodes/read_ini.c IOcodes/ini.c malleability/ProcessDist.c malleability/CommDist.c -pthread -lslurm -lm

if [ $# -gt 0 ]
then
  if [ $1 = "-e" ]
  then
    cp a.out benchm.out
  fi
fi