Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Iker Martín Álvarez
Malleable_CG
Commits
6cf9d469
Commit
6cf9d469
authored
Nov 28, 2023
by
iker_martin
Browse files
Minor changes to run files to simplify their usage
parent
47604a9d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Exec/generalRun.sh
View file @
6cf9d469
...
...
@@ -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
...
...
Exec/runBase.sh
View file @
6cf9d469
...
...
@@ -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"
...
...
Exec/runOFI.sh
View file @
6cf9d469
#!/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"
...
...
Exec/runTest.sh
0 → 100644
View file @
6cf9d469
#!/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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment