-
Notifications
You must be signed in to change notification settings - Fork 109
[feat] Enable launchers to forward environment variables #3464
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
base: develop
Are you sure you want to change the base?
[feat] Enable launchers to forward environment variables #3464
Conversation
ab34480
to
ee90103
Compare
Support for environment variable forwarding is added to the srun launcher, as well as two new launchers (mpirun-openmpi, mpirun-intelmpi). Signed-off-by: Jack Morrison <[email protected]>
ee90103
to
64f940d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly style comments. We would also need to update the general docs about launchers here:
reframe/docs/config_reference.rst
Line 495 in cb4a2ac
.. py:attribute:: systems.partitions.launcher |
Where we need to add the new launchers.
Signed-off-by: Jack Morrison <[email protected]>
I believe I've addressed all review comments via 4166dcf, but still need to manually retest the launcher behaviors with this commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We still need to add the new launchers in the configuration docs.
#: - ``srun`` | ||
#: - ``mpirun-openmpi`` | ||
#: - ``mpirun-intelmpi`` | ||
#: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add also a .. versionadded:: 4.9
annotation here.
Support for environment variable forwarding is added to the
srun
launcher, as well as two new launchersmpirun-openmpi
andmpirun-intelmpi
.Closes #3207.
References:
srun --export
-genv
mpirun -x