File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33A metapackage for a unified anaconda environment for analyzing results from
44the Energy Exascale Earth System Model (E3SM).
55
6- E3SM-Unified currently supports linux and OSX, and python >= 3.7 . A Windows
6+ E3SM-Unified currently supports linux and OSX, and python >= 3.8 . A Windows
77version is not available and the development of one is not planned.
88
99Users can create a new anaconda environment either with or without MPI support
@@ -13,14 +13,14 @@ MPI support from the `mpich` package, use:
1313conda config --add channels conda-forge
1414conda config --set channel_priority strict
1515conda create -n e3sm-unified-mpich -c conda-forge -c defaults -c e3sm \
16- python=3.8 "e3sm-unified=*=mpi_mpich_*"
16+ python=3.9 "e3sm-unified=*=mpi_mpich_*"
1717```
1818To create and environment without MPI, use:
1919```
2020conda config --add channels conda-forge
2121conda config --set channel_priority strict
2222conda create -n e3sm-unified-nompi -c conda-forge -c defaults -c e3sm \
23- python=3.8 "e3sm-unified=*=nompi_*"
23+ python=3.9 "e3sm-unified=*=nompi_*"
2424```
2525
2626 The following packages are only available for linux and not OSX:
You can’t perform that action at this time.
0 commit comments