Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3343
edge_opt
Commits
c870ec6a
Commit
c870ec6a
authored
Feb 28, 2021
by
Alexander Nikolas Breuer
Browse files
Updated job scripts of 3d advection settings.
parent
3195e87f
Changes
3
Hide whitespace changes
Inline
Side-by-side
bench/advection/convergence_3d/runs/README.rst
View file @
c870ec6a
...
...
@@ -9,14 +9,11 @@ Used commands (local):
Used commands (remote):
./build.sh 2>&1 | tee build.sh.log
./gen_jobs
sbatch ../jobs/hex8r_o1.slurm
sbatch ../jobs/hex8r_o2.slurm
sbatch ../jobs/hex8r_o3.slurm
sbatch ../jobs/hex8r_o4.slurm
sbatch ../jobs/hex8r_o5.slurm
sbatch ../jobs/tet4_o1.slurm
sbatch ../jobs/tet4_o2.slurm
sbatch ../jobs/tet4_o3.slurm
sbatch ../jobs/tet4_o4.slurm
sbatch ../jobs/tet4_o5.slurm
sbatch jobs/hex8r_o1.slurm
sbatch jobs/hex8r_o2.slurm
sbatch jobs/hex8r_o3.slurm
sbatch jobs/tet4_o1.slurm
sbatch jobs/tet4_o2.slurm
sbatch jobs/tet4_o3.slurm
sbatch jobs/tet4_o4.slurm
sbatch jobs/tet4_o5.slurm
bench/advection/convergence_3d/runs/gen_jobs.js
View file @
c870ec6a
...
...
@@ -31,7 +31,7 @@ const { exit } = require('process');
for
(
var
l_ty
of
[
'
hex8r
'
,
'
tet4
'
]
)
{
for
(
var
l_or
of
[
1
,
2
,
3
,
4
,
5
]
)
{
var
l_job
=
'
jobs/submit_
'
+
l_ty
+
'
_o
'
+
l_or
+
'
.
xml
'
;
var
l_job
=
'
jobs/submit_
'
+
l_ty
+
'
_o
'
+
l_or
+
'
.
slurm
'
;
console
.
log
(
'
generating:
'
,
l_job
)
...
...
bench/advection/convergence_3d/runs/submit.njk
View file @
c870ec6a
...
...
@@ -21,9 +21,9 @@
# @section DESCRIPTION
# Submits a batch jobs for the first order runs.
##
#SBATCH -J
conv_3d_
{{i_elementType}}_o{{i_order}}
#SBATCH -o
conv_3d_
{{i_elementType}}_o{{i_order}}.o%j
#SBATCH -e
conv_3d_
{{i_elementType}}_o{{i_order}}.e%j
#SBATCH -J {{i_elementType}}_o{{i_order}}
#SBATCH -o {{i_elementType}}_o{{i_order}}.o%j
#SBATCH -e {{i_elementType}}_o{{i_order}}.e%j
#SBATCH -p normal
#SBATCH -N 1
#SBATCH -n 8
...
...
@@ -34,17 +34,15 @@ date
OMP_NUM_THREADS
=
14
cd
..
mkdir
o
${
{i_order
}
}
cd
o
${
{i_order
}
}
cd
${
SLURM_SUBMIT_DIR
}
for
cfr
in
1 4 8
do
mkdir
-p
{{
i_elementType
}}
_o
$
{
{i_order
}
}
_
${
cfr
}
cd
{{
i_elementType
}}
_o
$
{
{i_order
}
}
_
${
cfr
}
mkdir
-p
{{
i_elementType
}}
_o
{{
i_order
}}
_
${
cfr
}
cd
{{
i_elementType
}}
_o
{{
i_order
}}
_
${
cfr
}
ln
-s
../../configs
.
ln
-s
../../meshes
.
../run.sh
-t
{{
i_elementType
}}
-e
$(
pwd
)
/../edge_
{{
i_elementType
}}
_o
$
{
{i_order
}
}
_
${
cfr
}
../run.sh
-t
{{
i_elementType
}}
-e
$(
pwd
)
/../edge_
{{
i_elementType
}}
_o
{{
i_order
}}
_
${
cfr
}
cd
..
done
...
...
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