Skip to content

Commit

Permalink
Update verbosity to debug Intel oneAPI builds
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 14, 2024
1 parent 7609204 commit c5845a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/H5TSpool.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ H5TS__pool_do(void *_pool)
usleep(10);

/* Acquire tasks and invoke them, until pool is shut down */
fprintf(stderr, "%s:%u - pool->shutdown = %u\n", __func__, __LINE__, pool->shutdown);
while (1) {
/* Acquire the mutex for the pool */
if (H5_UNLIKELY(H5TS_mutex_lock(&pool->mutex) < 0))
Expand Down

0 comments on commit c5845a8

Please sign in to comment.