Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
R/ | 2022-07-27 15:52 | - | ||
Python/ | 2022-07-08 13:40 | - | ||
This directory provides examples of submitting jobs that do multiple parameter sweeps. These are computing problems where a program is run multiple times with different input parameters. Examples are provided for several programming languages. For each language there are two examples. The first does a parameter sweep using a job array, and the second uses a script to launch multiple jobs.
The examples are running calculations over 2 sets of parameters. Parameter "x" has the integer values 1, 2, 3, and 4. Parameter "y" has the string values A, B, and C. 12 jobs total are then run to use all possible combinations of these inputs: (1,A), (2, A), ...etc...