Commit cf02616
committed
configury: allow knem to be disabled
without this patch --with-knem=no doesn't work
this is useful when knem software is installed but the knem device is not enabled.
So this message:
WARNING: Open MPI failed to open the /dev/knem device due to a
permissions problem. Please check with your system administrator to
get the permissions fixed, or set the smsc MCA variable to "^knem" to
silence this warning and run without knem support.
is avoided without needing the user to set an MCA parameter, etc.
Signed-off-by: Howard Pritchard <howardp@lanl.gov>1 parent db9b09f commit cf02616
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
0 commit comments