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
mossco
mossco-code
Commits
688012d5
Commit
688012d5
authored
Feb 20, 2021
by
Carsten Lemmen
Browse files
Bumped install helper script to 8_1_beta_46
parent
4f4f2367
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/install/install_esmf_versions.sh
View file @
688012d5
#!/bin/bash -x
# This script is part of MOSSCO. It helps in installing ESMF
#
# @copyright (C) 2013--202
0
Helmholtz-Zentrum Geesthacht
# @copyright (C) 2013--202
1
Helmholtz-Zentrum Geesthacht
# @author Carsten Lemmen <carsten.lemmen@hzg.de>
#
# MOSSCO is free software: you can redistribute it and/or modify it under the
...
...
@@ -33,7 +33,7 @@ echo " $0 uses ESMF sources in ${ESMF_DIR}"
# Determine what git tags of the ESMF repo are used. Prefer the most
# recent one (we need >= 7_1_0_beta_snapshot_52 for regridding with extrapolation)
if
[
-z
"
${
ESMF_TAGS
}
"
]
;
then
TAGS
=
ESMF_8_1_0_beta_snapshot_
38
TAGS
=
ESMF_8_1_0_beta_snapshot_
46
else
TAGS
=
${
ESMF_TAGS
}
fi
...
...
@@ -50,7 +50,7 @@ echo " $0 installs ESMF for compilers ${COMPS}"
# Determine what communicators are used. We often test openmpi and intelmpi
if
[
-z
"
${
ESMF_COMMUNICATORS
}
"
]
;
then
COMMS
=
open
mpi
# openmpi mpiuni mpich2 intelmpi
COMMS
=
mpi
ch2
# openmpi mpiuni mpich2 intelmpi
else
COMMS
=
"
${
ESMF_COMMUNICATORS
}
"
fi
...
...
Write
Preview
Supports
Markdown
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