Skip to content

Commit 10bc337

Browse files
committed
Improved output message.
1 parent a6c51d0 commit 10bc337

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mpi_test_suite.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,7 @@ int main (int argc, char * argv[])
563563
#ifdef HAVE_MPI2_THREADS
564564
if (num_threads <= 0)
565565
{
566-
printf ("Number of threads wrong:%d\n",
567-
num_threads);
566+
printf ("Error: Number of threads must be greater than 0 (given %d)\n", num_threads);
568567
usage ();
569568
}
570569
tst_thread_init (num_threads, &tst_thread_env);

0 commit comments

Comments
 (0)