therealniklasmoser / physics_guided_nn

1 stars 1 forks source link

Installing preles to your conda environment #4

Closed MWesselkamp closed 2 years ago

MWesselkamp commented 2 years ago

need help here

MWesselkamp commented 2 years ago

Solution

conda env create environment.yml

activate environment conda activate pgnn

cd ..

maybe not necessary Linux CUDA only: Add LAPACK support for the GPU if needed conda install -c pytorch magma-cuda110 or the magma-cuda that matches your CUDA version from https://anaconda.org/pytorch/repo

load newest c compiler module load compiler/gnu

in physics_guided_nn/src python setup.py install