Bläddra i källkod

MSG_process_attach does not actually work for us yet in simgrid 3.14

Samuel Thibault 8 år sedan
förälder
incheckning
7e4bbe1fa2
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      tests/datawizard/simgrid-locality.c

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

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2016 Université de Bordeaux
+ * Copyright (C) 2016-2017 Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -17,7 +17,7 @@
 /* Check that defining a main makes starpu use MSG_process_attach. */
 #include "locality.c"
 #include <config.h>
-#if defined(HAVE_MSG_PROCESS_ATTACH) && SIMGRID_VERSION_MAJOR > 3 || (SIMGRID_VERSION_MAJOR == 3 && SIMGRID_VERSION_MINOR >= 14)
+#if defined(HAVE_MSG_PROCESS_ATTACH) && SIMGRID_VERSION_MAJOR > 3 || (SIMGRID_VERSION_MAJOR == 3 && SIMGRID_VERSION_MINOR >= 15)
 #undef main
 int main(int argc, char *argv[]) {
 	return starpu_main(argc, argv);