File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 11import os
22import sys
33
4- __version__ = "v3.0.0rc4 "
4+ __version__ = "v3.0.0 "
55INSTALL_PATH = os .path .join (sys .prefix , "share/e3sm_diags/" )
66
7- # Disable MPI in cdms2, which is not currently supported by E3SM-unified
8- os .environ ["CDMS_NO_MPI" ] = "True"
9- # Must be done before any CDAT library is called.
10- os .environ ["UVCDAT_ANONYMOUS_LOG" ] = "no"
11- os .environ ["CDAT_ANONYMOUS_LOG" ] = "no"
127# Needed for when using hdf5 >= 1.10.0,
138# without this, errors are thrown on Edison compute nodes.
149os .environ ["HDF5_USE_FILE_LOCKING" ] = "FALSE"
Original file line number Diff line number Diff line change 22github_url = " https://github.com/E3SM-Project/e3sm_diags"
33
44[version ]
5- current = " 3.0.0rc4 "
5+ current = " 3.0.0 "
66
77# Example of a semver regexp.
88# Make sure this matches current_version before
You can’t perform that action at this time.
0 commit comments