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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
#SBATCH --job-name=velmass_ics_model
|
||||
#SBATCH --job-name=velmass_ics_model_cola
|
||||
#SBATCH --nodes=1
|
||||
#SBATCH --exclusive
|
||||
#SBATCH --ntasks=40
|
||||
|
@ -21,14 +21,15 @@ module load cuda/12.6
|
|||
source /home/bartlett/.bashrc
|
||||
source /home/bartlett/anaconda3/etc/profile.d/conda.sh
|
||||
conda deactivate
|
||||
conda activate borg_env
|
||||
# conda activate borg_env
|
||||
conda activate borg_new
|
||||
|
||||
# Kill job if there are any errors
|
||||
set -e
|
||||
|
||||
# Path variables
|
||||
BORG=/data101/bartlett/build_borg/tools/hades_python/hades_python
|
||||
RUN_DIR=/data101/bartlett/fsigma8/borg_velocity/velmass_ics_model
|
||||
RUN_DIR=/data101/bartlett/fsigma8/borg_velocity/velmass_ics_model_cola_v3
|
||||
|
||||
mkdir -p $RUN_DIR
|
||||
cd $RUN_DIR
|
||||
|
@ -42,9 +43,9 @@ set -x
|
|||
|
||||
# Run BORG
|
||||
INI_FILE=/home/bartlett/fsigma8/borg_velocity/conf/velmass_ini.ini
|
||||
cp $INI_FILE ini_file.ini
|
||||
$BORG INIT ini_file.ini
|
||||
# $BORG RESUME ini_file.ini
|
||||
# cp $INI_FILE ini_file.ini
|
||||
# $BORG INIT ini_file.ini
|
||||
$BORG RESUME ini_file.ini
|
||||
|
||||
conda deactivate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue