E3SM Unified Environment v1.3.0
The E3SM project uses several different software packages for its visualization, diagnostic, evaluation and analysis needs, such as xCDAT, MPAS Analysis, E3SM Diagnostics, A-PRIME Diagnostics, ARM Diagnostics, ILAMB, NCO, etc. Each of these software tools requires its own unique environment and can depend on other external software packages. To ensure there is no conflict between these disparate packages, E3SM developed what is called the E3SM Unified Environment based on the Conda open-source package and environment management system.
E3SM-Unified v1.3.0 includes Python 3 and has been deployed on all supported machines (Anvil/Blues, Compy, Cori, Cooley, ACME1, and Rhea). E3SM-Unified is an Anaconda environment that includes as much E3SM analysis software as possible. The E3SM project is maintaining the unified anaconda environment, which includes modules needed by all E3SM developed tools, to ensure that once users install this environment, they will be able to run any of the supported E3SM tools.
” source <activate_path>/load_latest_e3sm_unified.sh ”
where <activate_path> is the path to the activation script. See the E3SM Unified Environment page for the path to the .sh file on each supported machine.
If users do not have access to a supported supercomputer, they can install the E3SM-Unified package on their own machines. The E3SM Unified Environment page includes instructions for installing the environment on a personal machine.
Older Environments
System MPI and mpi4py
An experimental environment has been added to the E3SM Unified environment where the mpi4py package has been built with system MPI support. This experimental environment is activated with the shell script: load_latest_e3sm_unified_sysmpi.sh. The experimental environment is expected to allow ILAMB and custom scripts with mpi4py to run across multiple nodes.
Note: testing has shown that the E3SM_Diagnostics (E3SM_Diags) tool does not work well in this environment, because of an incompatibility between the custom ESMF package (without MPI support) included and the ESMPy package. It is not feasible to rebuild all packages that use MPI with the system MPI because of other dependencies such as libnetcdf that are simply too complex. This experimental environment is only likely to be useful for packages that use mpi4py and not other MPI-dependent packages (E3SM_Diags, MPAS-Analysis, NCO, Processflow, ESMPy, ESMF and likely others).
For more information, visit the following pages:
- E3SM Unified Environment
- Packages in the E3SM Unified conda environment (internal Confluence page)
- Diagnostics and Analysis Quickstart, Accessing metapackage software by activating a Conda environment section (internal Confluence page)
Contact: Xylar Asay-Davis, Los Alamos National Laboratory