Begin testing TFR likelihood
This commit is contained in:
parent
7ce772730a
commit
674ccc3a90
21 changed files with 1708 additions and 45 deletions
|
@ -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