Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dwuggh
surfcode-rs
Commits
02f975ef
Unverified
Commit
02f975ef
authored
Jul 13, 2021
by
dwuggh
Browse files
add slurm sbatch file
parent
94ee6238
Changes
1
Hide whitespace changes
Inline
Side-by-side
run.sh
0 → 100755
View file @
02f975ef
#!/bin/bash
#SBATCH -J surfcode
#SBATCH -o %j.out
#SBATCH -e %j.err
#SBATCH -p CPU-Large
#SBATCH -N 3
#SBATCH -n 120
#SBATCH --time=120:00:00
if
[
$SLURM_SUBMIT_DIR
]
then
cd
$SLURM_SUBMIT_DIR
fi
export
LD_LIBRARY_PATH
=
bin
function
run
()
{
echo
$1
bin/surfcode-rs
-n
8
-m
8
-t
10
-r
10000 ./channels/
$1
.txt
bin/surfcode-rs
-n
12
-m
12
-t
10
-r
10000 ./channels/
$1
.txt
bin/surfcode-rs
-n
16
-m
16
-t
10
-r
5000 ./channels/
$1
.txt
bin/surfcode-rs
-n
20
-m
20
-t
10
-r
2000 ./channels/
$1
.txt
}
run
"0.002"
run
"0.003"
run
"0.004"
run
"0.0045"
run
"0.005"
run
"0.0055"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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