forked from cryotools/cosipy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sbatch_master.bat
32 lines (26 loc) · 1.06 KB
/
sbatch_master.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/bash -l
#SBATCH --job-name="HEF-Sens"
#SBATCH --qos=medium
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=20
##SBATCH --ntasks=40
#SBATCH --chdir=/data/scratch/richteny/thesis/cosipy_test_space/
#SBATCH --account=morsanat
#SBATCH --error=Control_master.err
#SBATCH --reservation=PyMC
#SBATCH --partition=compute
#SBATCH --output=Control_master.out
##SBATCH --mail-type=ALL
##ntasks between 10 and 20
##chdir and python below must have current cosipy folder
echo $SLURM_CPUS_ON_NODE
#conda activate cspy
#conda activate pymc3_env
conda activate pymc_env
#module load anaconda/2019.07
#python -u /data/scratch/richteny/thesis/cosipy_test_space/COSIPY.py
#python -u /data/scratch/richteny/thesis/cosipy_test_space/FAST_spotpy.py
#python -u /data/scratch/richteny/thesis/cosipy_test_space/pymc_calibration.py
#python -u /data/scratch/richteny/thesis/cosipy_test_space/synthetic_pymc_calibration.py
python -u /data/scratch/richteny/thesis/cosipy_test_space/LHS_synth_surrogate_params.py
#python -u /data/scratch/richteny/thesis/cosipy_test_space/EMERGENCY_pymc_calibration.py