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

@ -2,26 +2,27 @@
---
name: FiniteVolumeGPU_HPC
channels:
- conda-forge
- conda-forge
- defaults
dependencies:
- python=3.13.5
- pip
- numpy
- mpi4py
- six
- pytools
- netcdf4
- scipy
- matplotlib
- ipyparallel
- jupyter
- nb_conda_kernels
- line_profiler
- tqdm
- pip:
- hip-python==6.4.1.552.39
- -i https://test.pypi.org/simple/
- python=3.13.5
- pip
- numpy
- mpi4py
- six
- pytools
- scipy
- netcdf4=*=mpi_openmpi_*
- matplotlib
- ipyparallel
- jupyter
- nb_conda_kernels
- line_profiler
- tqdm
- pip:
- hip-python==6.4.1.552.39
- --extra-index-url https://test.pypi.org/simple/
# Install conda environment (one-time operation):