#!/bin/bash #SBATCH -N 1 #SBATCH -p P1 #SBATCH -t 00:10:00 module load /home/martini/MODULES/modulefiles/mpich-4.0.3-ofi module load /home/martini/MODULES/modulefiles/intel64Only.module nodelist=$SLURM_JOB_NODELIST nodes=$SLURM_JOB_NUM_NODES cores=20 numP=$1 numC=2 msm=1 mss=1 mrm=0 send_sync=1 initial_nodelist=$(bash BashScripts/createInitialNodelist.sh $numP $cores $nodelist) echo "Test" mpirun -hosts $initial_nodelist -np $numP ./build/a.out bcsstk01.rsa $numC $msm $mss $mrm $mss $send_sync $nodelist $nodes #mpirun -np 4 ./ConjugateGradient bcsstk17.rsa #mpirun -np 8 ./ConjugateGradient bcsstk01.rsa #mpirun -np 12 ./ConjugateGradient bcsstk01.rsa echo "AUDIK" #mpirun -np 4 ./ConjugateGradient ../../audikw_1/audikw_1.rb #mpirun -np 4 ./ConjugateGradient ../../audikw_1/audikw_1.rb #mpirun -np 4 ./ConjugateGradient ../../audikw_1/audikw_1.rb echo "End"