build: add netcdf4 with openmpi

This commit is contained in:
Anthony Berg 2025-07-03 18:26:39 +02:00
parent e5e6ff6efc
commit 4ef1ef1762

View File

@ -3,6 +3,7 @@
name: FiniteVolumeGPU_HPC
channels:
- conda-forge
- defaults
dependencies:
- python=3.13.5
@ -11,8 +12,8 @@ dependencies:
- mpi4py
- six
- pytools
- netcdf4
- scipy
- netcdf4=*=mpi_openmpi_*
- matplotlib
- ipyparallel
- jupyter
@ -21,7 +22,7 @@ dependencies:
- tqdm
- pip:
- hip-python==6.4.1.552.39
- -i https://test.pypi.org/simple/
- --extra-index-url https://test.pypi.org/simple/
# Install conda environment (one-time operation):