Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't compile non working and non compiling test
[simgrid.git] / 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})