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
Change print full path of argv[0] to basename at opal_wrapper.
This makes the output a little neater, going from:
$ ./exports/bin/mpicc --showme:help
./exports/bin/mpicc [-showme[:<command,compile,link,incdirs, ...
to:
$ ./exports/bin/mpicc --showme:help
mpicc [-showme[:<command,compile,link,incdirs, ...
Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
(cherry picked from commit bd95af3)
0 commit comments