#!/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 echo "Test" mpirun -np 4 ./build/a.out bcsstk01.rsa 2 n00 1 #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"