Explorar el Código

src/core/topology.c: revert error message, just abort

Nathalie Furmento hace 12 años
padre
commit
c9e719c1c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/topology.c

+ 1 - 1
src/core/topology.c

@@ -673,7 +673,7 @@ _starpu_bind_thread_on_cpu (
 		if (ret)
 		{
 			perror("hwloc_set_cpubind");
-			STARPU_ABORT_MSG("If you are using NetBSD with a version of hwloc older than 1.7, please update");
+			STARPU_ABORT();
 		}
 	}