Skip to content

Commit c991fff

Browse files
authored
Merge pull request #10211 from cms-sw/smuzaffar-patch-3
[OpenMPI] Add OMPI_MCA_accelerator runtime variable
2 parents 33e9200 + d5cc514 commit c991fff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scram-tools.file/tools/openmpi/openmpi.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool name="@TOOL@" version="@TOOL_VERSION@" revision="3">
1+
<tool name="@TOOL@" version="@TOOL_VERSION@" revision="4">
22
<lib name="mpi"/>
33
<client>
44
<environment name="@TOOL_BASE@" default="@TOOL_ROOT@"/>
@@ -8,6 +8,7 @@
88
<runtime name="PATH" value="$@TOOL_BASE@/bin" type="path"/>
99
<runtime name="OPAL_PREFIX" value="$@TOOL_BASE@"/>
1010
<runtime name="PMIX_PREFIX" value="$@TOOL_BASE@"/>
11+
<runtime name="OMPI_MCA_accelerator" value="null"/>
1112
%if "%{?HFI_NO_BACKTRACE:set}" == "set"
1213
<runtime name="HFI_NO_BACKTRACE" value="%{HFI_NO_BACKTRACE}"/>
1314
%endif

0 commit comments

Comments
 (0)