#!/bin/bash #SBATCH -N 1 #SBATCH -p P1 #SBATCH -t 10:00:00 nodelist=$SLURM_JOB_NODELIST nodes=$SLURM_JOB_NUM_NODES cores=20 use_mat_file=1 numP=$1 matrix=$2 numC=$3 qty=$4 initial_nodelist=$(bash $dirBI/Exec/BashScripts/createInitialNodelist.sh $numP $cores $nodelist) echo "Nodelist $nodelist -- Matrix = $matrix" echo "Test numP=$numP numC=$numC -- qty=$qty" for ((i=0; i