Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
param_sweep.R | 2022-07-27 15:43 | 1.2K | ||
param_sweep.qsub | 2022-07-27 15:48 | 688 | ||
This directory provides an example of submitting jobs that do multiple parameter sweeps using R. The example is 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. This example will submit an Array Job with 12 tasks.