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
sharedfp/sm: convert output to use verbosity levels
Avoid cluttering the output of users by converting some 'error' messages
that are not necessarily fatal to the job from an opal_output to
opal_output_verbose.
Fixes Issue #10971
Fixed the same issue in sharedfp/lockedfile as well.
Note: sharedfp/individual does not have the problem, since all opal_output
calls are wrapped in if(sharedfp_sm_individual_verbose) statements.
Signed-off-by: Edgar Gabriel <Edgar.Gabriel@amd.com>
0 commit comments