mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2025-11-27 22:51:47 +01:00
31 lines
912 B
YAML
31 lines
912 B
YAML
# Assumes that conda, pip, build-essentials and cuda are installed
|
|
---
|
|
name: FiniteVolumeGPU_LUMI
|
|
channels:
|
|
- conda-forge
|
|
|
|
dependencies:
|
|
- python=3.10
|
|
- pip
|
|
- mpi=*=mpich
|
|
- mpich=3.4.3=external_*
|
|
- netcdf4=*=mpi_mpich_*
|
|
- pytools
|
|
- numpy
|
|
- scipy
|
|
- tqdm
|
|
- pip:
|
|
- mpi4py==3.1.1
|
|
- hip-python==6.1.2.495.17
|
|
- --extra-index-url https://test.pypi.org/simple/
|
|
# Install conda environment (one-time operation):
|
|
# $ conda env create -f conda_environment.yml
|
|
# Activate environment
|
|
# $ conda activate FiniteVolumeGPU_HPC
|
|
|
|
# OPTIONAL: If you want to compile pycuda yourself, uncomment pycuda under
|
|
# "dependencies" above and do the following (one-time operation):
|
|
# - 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\
|