You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current workflow outputs data to stdout from each rank, which may be interleaved. This is not human readable when using > ~10 ranks, and requires some parsing (see lines 207-218 here: https://github.com/lanl/spatter/blob/main/scripts/scaling.sh).
I would like to add cleaner output for MPI runs.
The current workflow outputs data to stdout from each rank, which may be interleaved. This is not human readable when using > ~10 ranks, and requires some parsing (see lines 207-218 here: https://github.com/lanl/spatter/blob/main/scripts/scaling.sh).
Here is an example of the current output with 4 ranks of skylake:
I would like to add an MPI reduction and output format for MPI runs when USE_MPI is enabled that is more readable and easily parsable.
The text was updated successfully, but these errors were encountered: