#!/bin/bash #SBATCH --exclude=c02,c01,c00 #SBATCH -p P1 dir="/home/martini/malleability_benchmark" codeDir="/Codes" ResultsDir="/Results" nodelist=$SLURM_JOB_NODELIST nodes=$SLURM_JOB_NUM_NODES module load mpich-3.4.1-noucx echo "START TEST" #$1 == configFile #$2 == outFileIndex #$3 == cantidad de ejecuciones if [ $# -gt 2 ] then qty=$3 else qty=1 fi for ((i=0; i