Setup at Freya
module load gitmodule load anaconda/3_5.3.0module load cmakemodule load ffmpeg
conda create -n auriga python=3- latest:
pip install -r requirements.txt - exact:
pip install -r requirements_full.txt
- Get the repo
- We want to namespace the above package to prevent clashing file names the site packages.
- Clone the repo into a folder
path/to/areposnap/src cp setup_for_areposnap.py path/to/areposnap/setup.pycp install_areposnap_on_freya.sh path/to/areposnap/install.shcp init_for_areposnap.py path/to/areposnap/src/__init__.pycd path/to/areposnap./install.sh
export CFLAGS="${CFLAGS} $(gsl-config --cflags)"export LDFLAGS="${LDFLAGS} $(gsl-config --libs)"- Change
-qopenmpto-fopenmp export LDFLAGS="$LDFLAGS -undefined dynamic_lookup -bundle"on macOSFC=gfortran F77=gfortran CC=gcc CXX=gcc python setup.py install
We use the following version of the Arepo-snap-util
commit 29334e6da69e9e22cb7d3731a9e35c30361d34c0 (HEAD -> master, origin/master, origin/brandon, origin/HEAD)
Author: astrowq <brandon@qwang.org>
Date: Tue Feb 11 16:42:06 2020 +0100
update gsl path