Переглянути джерело

Make STARPU_ABORT call assert(0) rather than abort().

This will provide better information (file, line...).
Cyril Roelandt 13 роки тому
батько
коміт
c07745e5dd
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      include/starpu_util.h

+ 1 - 1
include/starpu_util.h

@@ -48,7 +48,7 @@ extern "C"
 #  endif
 #endif
 
-#define STARPU_ABORT()		abort()
+#define STARPU_ABORT()		assert(0)
 
 #if defined(STARPU_HAVE_STRERROR_R)
 #  define STARPU_CHECK_RETURN_VALUE(err, message) {if (err < 0) { \