-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scripts for running MPI jobs in the CMSSW environment #36109
Conversation
- "cmsenv_mpirun" is a wrapper around "mpirun"; it uses cmsenv_orted as the remote "agent" and sets its verbose and release flags according to the other MPI flags; - "cmsenv_orted" is a wrapper around "orted"; it loads the CMSSW environment and passes it to the requestd command(s).
please test |
+heterogeneous |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36109/26608
|
A new Pull Request was created by @fwyzard (Andrea Bocci) for master. It involves the following packages:
can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-fdd68f/20511/summary.html Comparison SummarySummary:
|
+1 |
PR description:
Add two scripts for running MPI jobs in the CMSSW environment:
cmsenv_mpirun
is a wrapper aroundmpirun
; it usescmsenv_orted
as the remote "agent" and sets its verbose and release flags according to the other MPI flags;cmsenv_orted
is a wrapper aroundorted
; it loads the CMSSW environment and passes it to the requested command(s).PR validation:
Tested with
testMPI
: