Begin testing TFR likelihood
This commit is contained in:
parent
7ce772730a
commit
674ccc3a90
21 changed files with 1708 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue