This repository holds the code for parallel estimation of the Kansenkaart project estimates on the ODISSEI Secure Supercomputer.
This is a work in progress!
- Add the cohort datasets resulting from the
preprocessing pipeline
to thedata/
folder. - Point to the right resources in lines 8-9 in
02_create_grid.R
. - Ensure the right COROP code year (default: 2019) is being used in line 72 of
02_create_grid.R
. - Check that the right datasets are loaded in lines 33-37 of
03_array_job.R
.
- Create and store the
data/model_grid.feather
file by running02_create_grid.R
. - Perform a test run by running
Rscript 03_array_job.R 1
in bash on the OSSC - Check how many jobs are needed (
nrow(model_grid) / batch_size
) - Create an array job using
array_job.sh
.