Creates an object that contains all the information about a parameter sweep.
Parameters: |
|
---|
Collects the output from all the jobs into an HDF5 file. Parses any tagged data in the output and puts it in the /data group in the HDF5 file.
Collects data from captured stdout files and puts it in arrays in ‘output/data’. Returns True on success.
Calls PSweep.run() to run all the jobs in the Sweep. Collect the data from the outputs and call the PSweep analyze method. If the PSweep method has an iterative callback defined, call it, otherwise return.
Parameters: |
|
---|---|
Returns: | True on success. |