Skip to content
Snippets Groups Projects
Commit f5219ca3 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

UPDATE HPC REQ FOR WRDFH

parent 7fdffa38
No related branches found
No related tags found
1 merge request!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
...@@ -14,7 +14,8 @@ ml Python/3.6.8 ...@@ -14,7 +14,8 @@ ml Python/3.6.8
ml TensorFlow/1.13.1-GPU-Python-3.6.8 ml TensorFlow/1.13.1-GPU-Python-3.6.8
ml Keras/2.2.4-GPU-Python-3.6.8 ml Keras/2.2.4-GPU-Python-3.6.8
ml SciPy-Stack/2019a-Python-3.6.8 ml SciPy-Stack/2019a-Python-3.6.8
ml dask/1.1.5-Python-3.6.8 # ml dask/1.1.5-Python-3.6.8
ml dask/2.12.0-Python-3.6.8
ml GEOS/3.7.1-Python-3.6.8 ml GEOS/3.7.1-Python-3.6.8
ml Graphviz/2.40.1 ml Graphviz/2.40.1
......
...@@ -38,3 +38,4 @@ export HDF5_MPI="ON" ...@@ -38,3 +38,4 @@ export HDF5_MPI="ON"
pip install --no-binary=h5py h5py pip install --no-binary=h5py h5py
pip install --ignore-installed netcdf4==1.5.4 pip install --ignore-installed netcdf4==1.5.4
python -m pip install "dask[complete]"
...@@ -35,4 +35,5 @@ pip install --ignore-installed matplotlib==3.2.0 ...@@ -35,4 +35,5 @@ pip install --ignore-installed matplotlib==3.2.0
pip install --ignore-installed pandas==1.0.1 pip install --ignore-installed pandas==1.0.1
pip install -U typing_extensions pip install -U typing_extensions
python -m pip install --ignore-installed "dask[complete]==2021.3.0"
# Comment: Maybe we have to export PYTHONPATH a second time ater activating the venv (after job allocation) # Comment: Maybe we have to export PYTHONPATH a second time ater activating the venv (after job allocation)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment