Browse Source

src/core/topology.c: clarify error message for hwloc_set_cpubind

Nathalie Furmento 12 years ago
parent
commit
84163954ae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/core/topology.c

+ 2 - 2
src/core/topology.c

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