Skip to content

Commit b52b14c

Browse files
committed
HLRS/mpi_test_suite: Minor improvements to log output.
1 parent 1765c6e commit b52b14c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mpi_test_suite.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ int main (int argc, char * argv[])
250250
ERROR (EINVAL, "Couldn't retrieve MPI_TAG_UB attribute");
251251

252252
tst_tag_ub = *val;
253+
tst_output_printf (DEBUG_LOG, TST_REPORT_FULL, "MPI_TAG_UB is %d\n", tst_tag_ub);
253254

254255
/* XXX CN This check should be implemented better ...
255256
*/
@@ -541,7 +542,7 @@ int main (int argc, char * argv[])
541542
case 'j':
542543
#ifdef HAVE_MPI2_THREADS
543544
if (tst_thread_level_provided != MPI_THREAD_MULTIPLE)
544-
printf ("Threads are not enabled by the MPI-Implementation\n");
545+
printf ("The provided thread level from the MPI-Implementation is not sufficient to run with threads.\n");
545546
else
546547
num_threads = atoi (optarg);
547548
#else

0 commit comments

Comments
 (0)