Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UEABS
ueabs
Commits
6696c500
Commit
6696c500
authored
Nov 25, 2021
by
Cedric Jourdain
🐵
Browse files
add supermuc-NG to compile.sh
parent
ec524c7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
specfem3d/compile.sh
View file @
6696c500
...
@@ -17,6 +17,7 @@ echo " - hazelhen "
...
@@ -17,6 +17,7 @@ echo " - hazelhen "
echo
" - vega-gpu"
echo
" - vega-gpu"
echo
" - vega-cpu"
echo
" - vega-cpu"
echo
" - marconi100 "
echo
" - marconi100 "
echo
" - supermuc-ng "
read
machine
read
machine
...
@@ -154,7 +155,7 @@ Clean(){
...
@@ -154,7 +155,7 @@ Clean(){
Deploy
(){
Deploy
(){
echo
"install_dir ="
$install_dir
echo
"install_dir ="
$install_dir
if
[
$machine
=
"occigen"
]
||
[
$machine
=
"marenostrum"
]
||
[
$machine
=
"marconi-knl"
]
||
[
$machine
=
"daint-cpu-only"
]
||
[
$machine
=
"daint-gpu"
]
||
[
$machine
=
"davide"
]
||
[
$machine
=
"juwels"
]
||
[
$machine
=
"irene-skl"
]
||
[
$machine
=
"irene-knl"
]
||
[
$machine
=
"dibona"
]
||
[
$machine
=
"frioul"
]
||
[
$machine
=
"deepsdv"
]
||
[
$machine
=
"hazelhen"
]
||
[
$machine
=
"vega-cpu"
]
||
[
$machine
=
"vega-gpu"
]
||
[
$machine
=
"marconi100"
]
;
then
if
[
$machine
=
"occigen"
]
||
[
$machine
=
"marenostrum"
]
||
[
$machine
=
"marconi-knl"
]
||
[
$machine
=
"daint-cpu-only"
]
||
[
$machine
=
"daint-gpu"
]
||
[
$machine
=
"davide"
]
||
[
$machine
=
"juwels"
]
||
[
$machine
=
"irene-skl"
]
||
[
$machine
=
"irene-knl"
]
||
[
$machine
=
"dibona"
]
||
[
$machine
=
"frioul"
]
||
[
$machine
=
"deepsdv"
]
||
[
$machine
=
"hazelhen"
]
||
[
$machine
=
"vega-cpu"
]
||
[
$machine
=
"vega-gpu"
]
||
[
$machine
=
"marconi100"
]
||
[
$machine
=
"supermuc-ng"
]
;
then
echo
"==> Install on
$machine
:"
echo
"==> Install on
$machine
:"
mkdir
-p
$install_dir
mkdir
-p
$install_dir
Clean
Clean
...
...
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