... | ... | @@ -128,6 +128,10 @@ Start with the [Amica Local configuration](#amica-configuration-local) |
|
|
First we need a submission session initialization for Amica, this will run the code in this file on the remote before submitting the job. We use the session init to setup environment variables and other short setups.
|
|
|
* session_init = `config/amica.sesinit`
|
|
|
|
|
|
Lets add some reasonable time/memory limits.
|
|
|
* memory = 1g
|
|
|
* time_limit = 30m
|
|
|
|
|
|
Amica can run in multiple threads (as well as multiple machines using MPI however we will not cover that here. In order to leverage multiple cores on a cluster you often need to specify the number of cores. Do so by setting
|
|
|
* threads_per_task = 8
|
|
|
* num_tasks = 1
|
... | ... | |