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
MTIP
spinifel
Commits
ce3e531d
Commit
ce3e531d
authored
Feb 22, 2022
by
Hsing-Yin Chang
Browse files
add a sbatch script for running legion code
parent
aba7eaf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
submit_cori_gpu.sh
View file @
ce3e531d
...
...
@@ -17,7 +17,8 @@ t_start=`date +%s`
source
setup/env.sh
export
SLURM_CPU_BIND
=
"cores"
srun python
-m
spinifel
--default-settings
=
cgpu_mpi.toml
--mode
=
mpi
-g
0
#srun python -m spinifel --default-settings=cgpu_legion.toml --mode=legion -g 0
srun legion_python
-ll
:py 1
-ll
:pyomp 4
-ll
:csize 16384 legion_main.py
--default-settings
=
cgpu_legion.toml
--mode
=
legion
-g
0
t_end
=
`
date
+%s
`
echo
PSJobCompleted TotalElapsed
$((
t_end-t_start
))
$t_start
$t_end
...
...
Write
Preview
Markdown
is supported
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