소스 검색

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[])
 {