... | ... | @@ -3,7 +3,7 @@ |
|
|
|
|
|
[Autosubmit](https://earth.bsc.es/gitlab/es/autosubmit) is a workflow manager developed in-house at BSC. It handles the submission of jobs to specified HPC platforms, and job dependencies. We can also add different ‘chunks’ (by variable, start date, region…) to each job.
|
|
|
|
|
|
In SUNSET, we use Autosubmit to perform the same "[embarrassingly parallel](https://www.wikiwand.com/en/Embarrassingly_parallel)" analyses for independent data in a more practical way. Users can create recipes with multiple systems, start dates, variables and regions, which will be decided into 'atomic recipes'. The analysis of each atomic recipe can then run independently on the HPC platform. You can find an example of how to define your recipe in the 'Recipes' section in this page.
|
|
|
In SUNSET, we use Autosubmit to perform the same "[embarrassingly parallel](https://www.wikiwand.com/en/Embarrassingly_parallel)" analyses for independent data in a more practical way. Users can create recipes with multiple systems, start dates, variables and regions, which will be divided into 'atomic recipes'. The analysis of each atomic recipe can then run independently on the HPC platform. You can find an example of how to define your recipe in the 'Recipes' section in this page.
|
|
|
|
|
|
We have implemented Autosubmit configuration file templates that can be used to create and run experiments in a user-friendly way through a few parameters that can be specified in the recipe. Find the details in the 'Instructions' section.
|
|
|
|
... | ... | |