Index of /examples/SCC/parameter_sweep

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]Python/ 2022-07-08 13:40 -  
[DIR]R/ 2022-07-27 15:52 -  

Multi-Parameter Sweeps

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...



Contact Information

Help: help@scc.bu.edu

Note: Research Computing Services (RCS) example programs are provided "as is" without any warranty of any kind. The user assumes the entire risk of quality, performance, and repair of any defects. You are encouraged to copy and modify any of the given examples for your own use.