Begin testing TFR likelihood

This commit is contained in:
Deaglan Bartlett 2025-02-05 15:53:57 +01:00
parent 7ce772730a
commit 674ccc3a90
21 changed files with 1708 additions and 45 deletions

View file

@ -23,11 +23,11 @@ BUILD_DIR=/data101/bartlett/build_borg/
cd $BORG_DIR
# git pull
# rm -rf $BUILD_DIR
rm -rf $BUILD_DIR
#bash build.sh --c-compiler $(which x86_64-conda_cos6-linux-gnu-gcc) --cxx-compiler $(which x86_64-conda_cos6-linux-gnu-g++) --python --hades-python --build-dir $BUILD_DIR
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 $BUILD_DIR
#make -j 32
make -j 14
exit 0