Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add tests for errhandlers
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 18 Aug 2019 18:40:32 +0000 (20:40 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 18 Aug 2019 19:08:00 +0000 (21:08 +0200)
commit9247f3df98d5692a4ec2af89619e650524f058bc
tree912f7295cec1d1ad536cbb393610ede7ee9f30e0
parent98755faee042e94d1ff52f6e9508b18015bb1ae5
add tests for errhandlers
Most of them actually need mpi_add_error features, which are not really implemented yet
teshsuite/smpi/mpich3-test/errhan/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/errhan/adderr.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/errhan/commcall.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/errhan/dynamic_errcode_predefined_errclass.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/errhan/errfatal.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/errhan/errstring2.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/errhan/predef_eh.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/errhan/testlist [new file with mode: 0644]
tools/cmake/DefinePackages.cmake