mpich icon indicating copy to clipboard operation
mpich copied to clipboard

wrapper: delay recursion checking

Open yfguo opened this issue 3 years ago • 2 comments

Pull Request Description

The script will run recursively if no command line option is provides. Delaying the check remove a confusing warning message.

Author Checklist

  • [ ] Provide Description Particularly focus on why, not what. Reference background, issues, test failures, xfail entries, etc.
  • [ ] Commits Follow Good Practice Commits are self-contained and do not do two things at once. Commit message is of the form: module: short description Commit message explains what's in the commit.
  • [ ] Passes All Tests Whitespace checker. Warnings test. Additional tests via comments.
  • [ ] Contribution Agreement For non-Argonne authors, check contribution agreement. If necessary, request an explicit comment from your companies PR approval manager.

yfguo avatar Jun 15 '22 19:06 yfguo

test:mpich/ch4/ofi

yfguo avatar Jun 15 '22 19:06 yfguo

Found the problem of why the -help is not working properly. Seems we dropped some file when we do make install. Need to find a better way to fix it.

yfguo avatar Jun 15 '22 22:06 yfguo