Skip to content

Commit 0fe2b7d

Browse files
committed
Remove superfluous documentation comment
1 parent 6b2ccce commit 0fe2b7d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mpi_test_suite.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ int main (int argc, char * argv[])
183183
#ifndef HAVE_MPI2_THREADS
184184
tst_output_printf(DEBUG_LOG, TST_REPORT_FULL, "Testsuite was compiled without MPI2_THREADS");
185185
#endif
186-
/*
187-
* Output example:
188-
* tst_output_printf (DEBUG_LOG, TST_REPORT_MAX, "Hello from rank %d\n", tst_global_rank);
189-
*/
190186

191187
#if MPI_VERSION < 2
192188
MPI_CHECK (MPI_Attr_get (MPI_COMM_WORLD, MPI_TAG_UB, &val, &flag));

0 commit comments

Comments
 (0)