Skip to content

Commit 4a012a7

Browse files
committed
Add comment
1 parent 487f562 commit 4a012a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/base/libmesh.C

+1
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ LibMeshInit::LibMeshInit (int argc, const char * const * argv,
445445
{
446446
check_empty_command_line_value(*command_line, "--mpi-thread-type");
447447
#if defined(PETSC_HAVE_STRUMPACK) && defined(PETSC_HAVE_SLATE)
448+
// Slate always requests MPI_THREAD_MULTIPLE
448449
mpi_thread_request = 3;
449450
#endif
450451
}

0 commit comments

Comments
 (0)