Quellcode durchsuchen

Fix detection of simgrid 3.14.159

Samuel Thibault vor 7 Jahren
Ursprung
Commit
1e4f4ea14e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tests/datawizard/simgrid-locality.c

+ 1 - 1
tests/datawizard/simgrid-locality.c

@@ -19,7 +19,7 @@
 #include "locality.c"
 #include <common/config.h>
 
-#if defined(SIMGRID_VERSION) && ((defined(HAVE_MSG_PROCESS_ATTACH) || defined(MSG_process_attach)) && SIMGRID_VERSION >= 31500)
+#if defined(SIMGRID_VERSION) && ((defined(HAVE_MSG_PROCESS_ATTACH) || defined(MSG_process_attach)) && SIMGRID_VERSION >= 31500 & SIMGRID_VERSION != 31559)
 #undef main
 int main(int argc, char *argv[])
 {