Use execvpe instead of execve in omnitrace-sample (#187)

* Use execvpe instead of execve in omnitrace-sample

- previous implementation preferred exe in PATH over exe in PWD
- 'p' variants of exec duplicate the actions of the shell in searching for an executable file if the specified filename does not contain a slash character

* OpenMPI oversubscribe arg in testing
This commit is contained in:
Jonathan R. Madsen
2022-10-27 15:15:50 -05:00
committed by GitHub
parent a41a5c155e
commit 139070a2de
5 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -1 +1 @@
1.7.2
1.7.3