mpi-sppy icon indicating copy to clipboard operation
mpi-sppy copied to clipboard

detect Var differences across Scenarios

Open DLWoodruff opened this issue 1 year ago • 1 comments

If the nonant Vars differ by scenario we should issue an error

DLWoodruff avatar Sep 27 '23 02:09 DLWoodruff

How?

One thought: we could flatten all the variable names into a char array and test for equality with MPI. Need to first check that the resulting arrays are all the same length in every rank.

bknueven avatar Sep 27 '23 03:09 bknueven