No description
Find a file
2025-02-08 20:40:21 +01:00
borg_velocity Begin testing TFR likelihood 2025-02-05 15:53:57 +01:00
conf Begin testing TFR likelihood 2025-02-05 15:53:57 +01:00
figs Begin testing TFR likelihood 2025-02-05 15:53:57 +01:00
notebooks Begin testing TFR likelihood 2025-02-05 15:53:57 +01:00
scripts Begin testing TFR likelihood 2025-02-05 15:53:57 +01:00
tests First attempt at SN inference test 2025-02-08 20:40:21 +01:00
.gitignore Begin testing TFR likelihood 2025-02-05 15:53:57 +01:00
README.md Add VELMASS mock maker 2024-11-28 18:11:16 +01:00
setup.py Generate mock data from borg, create MB data and prepare likelihood 2024-04-23 22:43:49 +02:00

borg_velocity

To install in a fresh environment on infinity, follow these instructions:

module purge
module restore myborg
module load cuda/12.3
conda create -n borg_new
conda activate borg_new
conda config --add channels conda-forge
conda install c-compiler
conda install zlib
conda install python=3 healpy h5py numexpr numba deprecated
conda install gcc_linux-64 gxx_linux-64 mpi4py
pip install -U "jax[cuda12]=0.4.31”
pip install blackjax

cd /home/bartlett/borg
bash build.sh --c-compiler $(which x86_64-conda_cos6-linux-gnu-gcc) --cxx-compiler $(which x86_64-conda_cos6-linux-gnu-g++) --python=$(which python3) --install-system-python --hades-python --use-system-hdf5 --build-dir /data101/bartlett/build_borg/
cd /data101/bartlett/build_borg/
make -j 32
make python-install

cd /home/bartlett/fsigma8/borg_velocity
pip3 install -e .