From 19fee70e045c5e8bf8efe4b8223e17b0bba8a660 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 27 Feb 2016 17:31:43 +0100 Subject: [PATCH] that bug is fixed now --- teshsuite/bug-17132/CMakeLists.txt | 2 -- teshsuite/bug-17132/README | 8 -------- teshsuite/bug-17132/bug-17132-surf-debug.tesh | 2 -- teshsuite/bug-17132/bug-17132.c | 2 ++ 4 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 teshsuite/bug-17132/README delete mode 100644 teshsuite/bug-17132/bug-17132-surf-debug.tesh diff --git a/teshsuite/bug-17132/CMakeLists.txt b/teshsuite/bug-17132/CMakeLists.txt index 84e79b1435..0fe354b7c2 100644 --- a/teshsuite/bug-17132/CMakeLists.txt +++ b/teshsuite/bug-17132/CMakeLists.txt @@ -13,7 +13,6 @@ endif(enable_smpi) set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/bug-17132.tesh - ${CMAKE_CURRENT_SOURCE_DIR}/bug-17132-surf-debug.tesh PARENT_SCOPE) set(teshsuite_src ${teshsuite_src} @@ -22,5 +21,4 @@ set(teshsuite_src set(txt_files ${txt_files} ${CMAKE_CURRENT_SOURCE_DIR}/hostfile.txt - ${CMAKE_CURRENT_SOURCE_DIR}/README PARENT_SCOPE) diff --git a/teshsuite/bug-17132/README b/teshsuite/bug-17132/README deleted file mode 100644 index 22e35b9bb3..0000000000 --- a/teshsuite/bug-17132/README +++ /dev/null @@ -1,8 +0,0 @@ -This is the bug #17132 described on gforge [1]. This small SMPI code -triggers an issue in SURF, which is still to be debugged. - -The problem seems to be related to the order of events, as changing it -(with another platform or another message size or a MPI_barrier in -between) fixes the problem. - -[1] https://gforge.inria.fr/tracker/index.php?func=detail&aid=17132&group_id=12&atid=165 \ No newline at end of file diff --git a/teshsuite/bug-17132/bug-17132-surf-debug.tesh b/teshsuite/bug-17132/bug-17132-surf-debug.tesh deleted file mode 100644 index c089cff44c..0000000000 --- a/teshsuite/bug-17132/bug-17132-surf-debug.tesh +++ /dev/null @@ -1,2 +0,0 @@ -! output ignore -$ ../../smpi_script/bin/smpirun -np 16 -platform ${srcdir:=.}/../../examples/platforms/small_platform.xml -hostfile ${srcdir:=.}/hostfile.txt ./bug-17132 --cfg=smpi/cpu_threshold:-1 --log=surf.thres:debug diff --git a/teshsuite/bug-17132/bug-17132.c b/teshsuite/bug-17132/bug-17132.c index 9cd6985a3a..469066b747 100644 --- a/teshsuite/bug-17132/bug-17132.c +++ b/teshsuite/bug-17132/bug-17132.c @@ -4,6 +4,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +/* Bug report: https://gforge.inria.fr/tracker/index.php?func=detail&aid=17132&group_id=12&atid=165 */ + #include "xbt/log.h" #include #include -- 2.20.1