Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to handle getopt internal global variable
authordegomme <augustin.degomme@unibas.ch>
Tue, 3 Apr 2018 12:53:11 +0000 (14:53 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Tue, 3 Apr 2018 12:55:51 +0000 (14:55 +0200)
commit0b86d2dae6ca1d3b4beed12f4dfc08611f7f1c4b
tree2e637ea54a5d076112356816426a019c525d21eb
parentca112da1ded1f7e3308c4186e4188ad96b3b4032
try to handle getopt internal global variable
add a wrapper that will set the value at each call to get the one from the correct process
This will probably not work for BSD implementations (they have optreset as well that might be needed).
include/smpi/smpi.h
include/smpi/smpi_helpers.h [new file with mode: 0644]
src/smpi/include/smpi_process.hpp
src/smpi/internals/smpi_bench.cpp
src/smpi/internals/smpi_process.cpp
src/smpi/smpicc.in
tools/cmake/DefinePackages.cmake