Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dg
dg
Commits
cb39290c
Commit
cb39290c
authored
Sep 15, 2017
by
Jonathan Lambrechts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ekman script batch
parent
c9ab39fa
Pipeline
#2417
failed with stage
in 32 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
benchmarks/ekman_prod/gen.sh
benchmarks/ekman_prod/gen.sh
+10
-0
No files found.
benchmarks/ekman_prod/gen.sh
0 → 100644
View file @
cb39290c
range
=
"0.05 1.00 5.00"
rangew
=
"0.0e-5 0.2e-5 0.4e-5 0.6e-5 0.8e-5 1.0e-5 1.2e-5 1.4e-5 1.6e-5 1.8e-5 2.0e-5"
for
E
in
$range
;
do
for
C
in
$rangew
;
do
for
D
in
$rangew
;
do
dir
=
w_
${
E
}
_
${
C
}
_
${
D
}
echo
"echo
$dir
; mkdir -p
$dir
; cp test.py box2d.msh box2d.geo
$dir
; cd
$dir
; python test.py
$E
$C
$D
> log"
done
done
done
| xargs
-I
CMD
--max-procs
=
12 bash
-c
CMD
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