-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from E3SM-Project/1.5.0
Update to 1.5.0
- Loading branch information
Showing
27 changed files
with
6,827 additions
and
353 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Options related to deploying a e3sm-unified conda environment on supported | ||
# machines | ||
[deploy] | ||
|
||
# is this a shared production environment? | ||
release = False | ||
|
||
# Recreate the environment if it already exists? | ||
recreate = False | ||
|
||
# a suffix on the environment name | ||
suffix = | ||
|
||
# the python version | ||
python = 3.8 | ||
|
||
# the MPI version (nompi, mpich or openmpi) | ||
mpi = nompi | ||
|
||
# the version of ESMF to build if using system compilers and MPI | ||
esmf = 8.1.1 | ||
|
||
# the version of mpi4py to build if using system compilers | ||
mpi4py = 3.0.3 | ||
|
||
# the version of TempestExtremes to build if using system compilers and MPI | ||
tempest_extremes = 2.2 | ||
|
||
# the version of ILAMB to build if using system compilers and MPI | ||
ilamb = 2.6 |
Oops, something went wrong.