FiniteVolumeGPU_HIP/conda_environment_lumi.yml
Anthony Berg 5a27445de8 fix: deprecated modules on LUMI
(cherry picked from commit 277a6b4a3c3a017e16ba3c6238349491e38b4792)
2025-03-26 14:56:55 +01:00

38 lines
955 B
YAML

# Assumes that conda, pip, build-essentials and cuda are installed
---
name: ShallowWaterGPU_HPC
channels:
- conda-forge
dependencies:
- python=3.11.7
- pip
- numpy
- mpi4py
- six
- pytools
- netcdf4
- scipy
- tqdm
- pip:
- hip-python==6.2.0.499.16
- -i https://test.pypi.org/simple/
#On LUMI-G
#module load LUMI/23.03
#module load lumi-container-wrapper
#ml cray-python/3.9.13.1
#conda-containerize new --prefix MyCondaEnv conda_environment_lumi.yml
# export the bin path: export PATH="$PWD/MyCondaEnv/bin:$PATH"
#
#
#
# Install conda environment (one-time operation):
# $ conda env create -f conda_environment_hpc.yml
# Activate environment and install the following packages using pip:
# $ conda activate ShallowWaterGPU_HPC
# - pycuda: $ pip3 install --no-deps -U pycuda
# on Windows: make sure your visual studio c++ compiler is available in PATH
# PATH should have something like C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\