Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add mpi_info_* support to fortran, and activate relevant tests
authorAugustin Degomme <augustin.degomme@imag.fr>
Thu, 6 Nov 2014 15:08:28 +0000 (16:08 +0100)
committerAugustin Degomme <augustin.degomme@imag.fr>
Thu, 6 Nov 2014 15:08:41 +0000 (16:08 +0100)
commit8bd488d2f6b7042f4a7dd2879ce490f127b16ec2
treeed098e9017f696e661ab1c9d273eb8784d19d89a
parent9d6a87d9647ab5ea326a5119ae5015044ca1b310
add mpi_info_* support to fortran, and activate relevant tests
16 files changed:
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeExe.cmake
include/smpi/mpif.h.in
src/smpi/private.h
src/smpi/smpi_f77.c
src/smpi/smpi_pmpi.c
teshsuite/smpi/mpich3-test/f77/info/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/f77/info/infotest2f.f [new file with mode: 0644]
teshsuite/smpi/mpich3-test/f77/info/infotestf.f [new file with mode: 0644]
teshsuite/smpi/mpich3-test/f77/info/testlist [new file with mode: 0644]
teshsuite/smpi/mpich3-test/f77/testlist
teshsuite/smpi/mpich3-test/f90/info/CMakeLists.txt [new file with mode: 0644]
teshsuite/smpi/mpich3-test/f90/info/infotest2f90.f90 [new file with mode: 0644]
teshsuite/smpi/mpich3-test/f90/info/infotestf90.f90 [new file with mode: 0644]
teshsuite/smpi/mpich3-test/f90/info/testlist [new file with mode: 0644]
teshsuite/smpi/mpich3-test/f90/testlist