projects
/
openmpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c109125
)
opal_fifo
author
Alastair McKinstry
<mckinstry@debian.org>
Wed, 31 Oct 2018 17:12:52 +0000
(17:12 +0000)
committer
Alastair McKinstry
<mckinstry@debian.org>
Wed, 31 Oct 2018 17:12:52 +0000
(17:12 +0000)
Gbp-Pq: Name opal_fifo.patch
test/class/opal_fifo.c
patch
|
blob
|
history
diff --git
a/test/class/opal_fifo.c
b/test/class/opal_fifo.c
index 122524a8d9fb7f64ffdc1f65436190ffc8e947e4..ca9cb7e17b1c44fb460758da34564a8cbc9cee5c 100644
(file)
--- a/
test/class/opal_fifo.c
+++ b/
test/class/opal_fifo.c
@@
-63,7
+63,7
@@
static void *thread_test (void *arg) {
printf ("Atomics thread finished. Time: %d s %d us %d nsec/poppush\n", (int) total.tv_sec,
(int)total.tv_usec, (int)(timing / 1e-9));
-
return NULL
;
+
pthread_exit(NULL)
;
}
static void *thread_test_exhaust (void *arg) {