Create a new workflow that automates a parameter sweep to measure/visualize the strong scalability properties of the code. We can leverage sweepj2 (as shown in this example) to implement the sweep. The space will have two parameters, num of nodes and num of processes. Given an input dataset, it will run the parameter sweep. As part of this we will also implement post-processing and visualization of performance results.
Create a new workflow that automates a parameter sweep to measure/visualize the strong scalability properties of the code. We can leverage sweepj2 (as shown in this example) to implement the sweep. The space will have two parameters, num of nodes and num of processes. Given an input dataset, it will run the parameter sweep. As part of this we will also implement post-processing and visualization of performance results.