compila.sh 279 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
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
9
    cp a.out bench.out
10
11
  fi
fi