CERISE Issues
Hi @nperez
As discussed offline I am opening this issue so that we can keep track of several developments/issues related to the CERISE project.
The first thing to comment on is that I have added the script to split recipes and run them with sbatch
to the dev-test_CERISE branch.
Inside the repository there are two new bash scripts:
launch_SUNSET.sh
is the main script to use to launch SUNSET. Essentially the script is used as: bash launch_SUNSET.sh <path_to_recipe> <path_to_script>
, where the paths can be relative or absolute.
bash launch_SUNSET.sh --help
will show this usage.
Remember that, in Run section of the recipe, the parameter 'autosubmit'
should be set to False/no.
This script divides the recipe, prepares the output directories, sets the working directory and then calls a SLURM wrapper that can be found in conf/slurm_templates/run_parallel_workflow.sh
. If you want to tweak any of the SBATCH parameters, you can do so in this script. In the near future I will try to think of a better way to handle this
Cheers,
Victòria