Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix getopt for BSD systems
authordegomme <adegomme@users.noreply.github.com>
Fri, 5 Apr 2019 15:29:29 +0000 (17:29 +0200)
committerdegomme <adegomme@users.noreply.github.com>
Fri, 5 Apr 2019 15:29:29 +0000 (17:29 +0200)
commitcf482439821f2e52d3a573c4abe8763be830800a
tree9056906c05d903e9717a05afcf0caf6af4ea9817
parentb46cc49382cda87e0ee724f97277bd143566985e
Fix getopt for BSD systems
optind should be set to 1, not 0. GNU was just more resilient.
src/smpi/include/smpi_actor.hpp
teshsuite/smpi/pt2pt-pingpong/pt2pt-pingpong.c