#!/bin/bash #SBATCH --exclude=c01 dir="/home/martini/malleability_benchmark" codeDir="/Codes" ResultsDir="/Results" 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