Skip to content

Commit 0a775e3

Browse files
committed
clarified MPICH default
1 parent 2417336 commit 0a775e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Conversion/MPIToLLVM/MPIToLLVM.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ class MPIImplTraits {
5656

5757
public:
5858
/// Instantiate a new MPIImplTraits object according to the DLTI attribute
59-
/// on the given module.
59+
/// on the given module. Default to MPICH if no attribute is present or
60+
/// the value is unknown.
6061
static std::unique_ptr<MPIImplTraits> get(ModuleOp &moduleOp);
6162

6263
explicit MPIImplTraits(ModuleOp &moduleOp) : moduleOp(moduleOp) {}

0 commit comments

Comments
 (0)