Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
comment tests we don't support in MPI3, and fix a few we support
[simgrid.git] / teshsuite / smpi / mpich3-test / f90 / pt2pt / CMakeLists.txt
index 3b47871..ca7d9f6 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 greqf90
+               # mprobef90
                 statusesf90)
     add_executable(${test} EXCLUDE_FROM_ALL ${test}.f90)
     add_dependencies(tests ${test})