Skip to content

MacRemoteSensing/array_job

Repository files navigation

Job-Array Example

Example of Slurm Job Array(Definition 1; Definition 2) example for python functions.

This example dispatches multiple tasks with different parametrizations contained in a CSV file. The user can feed parameters on such CSV but also paths for file reading, which makes this interface very customizable. Users should be aware that the efficiency of this approach is bounded by a myriad of factors, especially cluster job management policies.