Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Spring cleaning : remove manual privatization from 2010.
authordegomme <adegomme@users.noreply.github.com>
Fri, 5 Apr 2019 13:09:12 +0000 (15:09 +0200)
committerdegomme <adegomme@users.noreply.github.com>
Fri, 5 Apr 2019 13:09:12 +0000 (15:09 +0200)
commit3a90102759eb860fd96bc294542d3aa38f5b208d
treef305c4b636e45f4808d71b05ebf09616e10705ca
parentb954df99c86d6573276700063c663f676c7cda6e
Spring cleaning : remove manual privatization from 2010.
It's 2019, dlopen and mmap are supported everywhere we want it to be.
So long, and thanks for all the fish.
12 files changed:
include/smpi/smpi.h
src/smpi/internals/smpi_global.cpp
src/smpi/internals/smpi_static_variables.cpp [deleted file]
src/smpi/smpirun.in
teshsuite/smpi/mpich3-test/CMakeLists.txt
teshsuite/smpi/mpich3-test/coll/CMakeLists.txt
teshsuite/smpi/mpich3-test/coll/allgatherv4_manual.c [deleted file]
teshsuite/smpi/mpich3-test/coll/allred_manual.c [deleted file]
teshsuite/smpi/mpich3-test/util/dtypes_manual.c [deleted file]
teshsuite/smpi/mpich3-test/util/mtest_datatype_gen_manual.c [deleted file]
teshsuite/smpi/mpich3-test/util/mtest_manual.c [deleted file]
tools/cmake/DefinePackages.cmake