Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
IPSL
LMD
InTro
Multiscale Transport
Commits
d6856f14
Commit
d6856f14
authored
Jul 03, 2021
by
Romain Pennel
Browse files
JEANZAY : install
parent
bf40efa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
scripts/dynamico.sh
scripts/dynamico.sh
+12
-1
No files found.
scripts/dynamico.sh
View file @
d6856f14
...
...
@@ -9,13 +9,23 @@ cmd_install()
cmd_camelot
()
{
rm
-f
XIOS ECMWF201106.tar
rm
-f
XIOS ECMWF201106.tar
RUN/input/nudging_in.nc
ln
-s
/homedata/dubos/Transport_3D/ECMWF201106.tar
.
ln
-s
/homedata/dubos/testing/XIOS_2148 XIOS
cd
dynamico
./make_icosa
-arch
ifort_CICLAD
-job
32
-parallel
mpi
-with_xios
}
cmd_jeanzay
()
{
rm
-f
XIOS ECMWF201106.tar RUN/input/nudging_in.nc
ln
-s
/gpfswork/rech/ron/rron171/DYNAMICO/ECMWF201106.tar
.
ln
-s
/gpfswork/rech/ron/rron171/DYNAMICO/XIOS_2169 XIOS
ln
-s
/gpfswork/rech/ron/rron171/DYNAMICO/INPUTS/merged.nc RUN/input/nudging_in.nc
cd
dynamico
./make_icosa
-arch
X64_JEANZAY
-job
4
-parallel
mpi
-with_xios
}
cmd_rebuild
()
{
cd
$(
dirname
$0
)
/../dynamico
...
...
@@ -27,6 +37,7 @@ function cmd_()
cat
<<
EOF
Usage :
$0
install camelot
$0
install jeanzay
$0
rebuild
EOF
}
...
...
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