-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrun.sh
More file actions
executable file
·23 lines (19 loc) · 920 Bytes
/
run.sh
File metadata and controls
executable file
·23 lines (19 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
#SBATCH --job-name=beethoven
#SBATCH --partition=geo
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=1
#SBATCH --mem=1G
#SBATCH --output=slurm/beethoven_%j.out
############################# COVARIATES #############################
# Download and calculate AQS sites covariates via container_covariates.sif
echo "Submitting {beethoven} covariates targets ..."
sbatch --wait inst/scripts/run_covariates.sh
############################# MODELS #############################
# Fit CPU-enbaled meta learner models via container_models.sif.
echo "Submitting {beethoven} models targets ..."
sbatch --wait inst/scripts/run_models.sh
############################# PREDICTION #############################
# Calculate prediction grid covariates and predict via container_covariates.sif
# echo "Submitting {beethoven} prediction targets ..."
# sbatch --wait inst/scripts/run_predict.sh