Commit 6cf9d469 authored by iker_martin's avatar iker_martin
Browse files

Minor changes to run files to simplify their usage

parent 47604a9d
......@@ -4,8 +4,6 @@
#SBATCH -p P1
#SBATCH -t 01:00:00
dirCG="/home/martini/malleable_cg"
module load /home/martini/MODULES/modulefiles/mpich-4.0.3-ofi
nodelist=$SLURM_JOB_NODELIST
......
......@@ -4,8 +4,10 @@
#SBATCH -p P1
#SBATCH -t 00:30:00
dirM="/home/martini/SparseMatrix/"
dirCG="/home/martini/malleable_cg"
scriptDir="$(dirname "$0")"
source $scriptDir/config.txt
dirM="${dirCG}"
export dirCG
matrix="Queen_4147.rb"
#matrix="audikw_1.rb"
#matrix="bcsstk01.rsa"
......
#!/bin/bash
dirM="/home/martini/SparseMatrix/"
dirCG="/home/martini/malleable_cg"
scriptDir="$(dirname "$0")"
source $scriptDir/config.txt
dirM="${dirCG}"
export dirCG
matrix="Queen_4147.rb"
#matrix="audikw_1.rb"
#matrix="bcsstk01.rsa"
......
#!/bin/bash
scriptDir="$(dirname "$0")"
source $scriptDir/config.txt
dirM="${dirCG}"
export dirCG
matrix="bcsstk01.rsa"
sbatch -p P1 -N 1 $dirCG/Exec/generalRun.sh 2 $dirM$matrix 4 0 1 0 1 1 1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment