precice / aste

Artificial Solver Testing Environment
GNU General Public License v3.0
10 stars 11 forks source link

Add Weak Scale Test #163

Open kursatyurt opened 1 year ago

kursatyurt commented 1 year ago

Main changes of this PR

This PR extends the mapping tester to a weak scaling test. New scripts are added.

The number of grid points can be specified using the Halton Mesh generator for each rank of participants A and B. The memory usage and time for mapping vs the number of ranks can be plotted. An example is also provided in the examples directory.

Author's checklist