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
There apparently are some circumstances when an application can
benefit from disabling the internal GPU support in one or more
of its libraries. Let's assume that a library might also provide
a mechanism by which that support can be defaulted to enabled
or disabled.
Add CLI support for specifying that GPU support be enabled or
disabled. We assume that:
(a) this is something that a tool might want to enquire about
to see what an app was told to do
(b) a user might want/expect this to be a directive inherited
by any spawned child jobs
Also note that there was a lot of code duplication between
prte and prun_common when it came to parsing the cmd line
for job-level directives. Collect those in a common function
as we see that some divergence had already occurred.
Signed-off-by: Ralph Castain <rhc@pmix.org>
0 commit comments