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
MFC binaries don't support -h for help. Instead, they expect input files
and will error if those files don't exist. Update tests to only verify
that binaries exist and are executable, without trying to run them.
Changes:
- Replace system() calls with assert_predicate checks
- Update CI workflow to use which and test -x instead of running with -h
- This avoids MPI_ABORT errors when binaries look for missing input files
0 commit comments