Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't compile non working and non compiling test
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 14 Apr 2019 17:10:06 +0000 (19:10 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 14 Apr 2019 17:10:06 +0000 (19:10 +0200)
teshsuite/smpi/mpich3-test/f90/pt2pt/CMakeLists.txt

index ca7d9f6..5aa5cf9 100644 (file)
@@ -8,8 +8,8 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN)
 
   include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi")
   
-  foreach(test allpairf90 greqf90
-               # mprobef90
+  foreach(test allpairf90
+               # mprobef90 greqf90
                 statusesf90)
     add_executable(${test} EXCLUDE_FROM_ALL ${test}.f90)
     add_dependencies(tests ${test})