瀏覽代碼

Fix detection of simgrid 3.14.159

Samuel Thibault 7 年之前
父節點
當前提交
1e4f4ea14e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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[])
 {