Skip to content
Snippets Groups Projects
Commit f1caa56f authored by POLCHER Jan's avatar POLCHER Jan :bicyclist_tone4:
Browse files

Merge gitlab.in2p3.fr:ipsl/lmd/intro/routingpp

parents d66fd950 cb6a30aa
No related branches found
No related tags found
No related merge requests found
......@@ -73,10 +73,10 @@ if [ loc != "unknown" ] ; then
#
# Create the MPI environment as it does not exist.
#
conda create -y -n MPI mpi4py numba astropy netcdf4 matplotlib basemap ConfigParser
conda create -y -n MPI --channel astropy mpi4py numba astropy spherical-geometry netcdf4 ConfigParser
source activate MPI
conda install -y cartopy
conda install -y --channel astropy spherical-geometry
conda install -y --channel astropy matplotlib basemap
conda install -y --channel astropy cartopy
else
source activate MPI
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment