We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c855cfc + 8c9c54b commit 64cb7c0Copy full SHA for 64cb7c0
scram-tools.file/tools/openmpi/openmpi.xml
@@ -1,4 +1,4 @@
1
-<tool name="@TOOL@" version="@TOOL_VERSION@" revision="3">
+<tool name="@TOOL@" version="@TOOL_VERSION@" revision="4">
2
<lib name="mpi"/>
3
<client>
4
<environment name="@TOOL_BASE@" default="@TOOL_ROOT@"/>
@@ -8,6 +8,7 @@
8
<runtime name="PATH" value="$@TOOL_BASE@/bin" type="path"/>
9
<runtime name="OPAL_PREFIX" value="$@TOOL_BASE@"/>
10
<runtime name="PMIX_PREFIX" value="$@TOOL_BASE@"/>
11
+ <runtime name="OMPI_MCA_accelerator" value="null"/>
12
%if "%{?HFI_NO_BACKTRACE:set}" == "set"
13
<runtime name="HFI_NO_BACKTRACE" value="%{HFI_NO_BACKTRACE}"/>
14
%endif
0 commit comments