Skip to content

Commit d723a8d

Browse files
authored
Merge pull request #13366 from ttm02/fix_without_ft
Fix build error for build configured with --without-ft
2 parents db9b09f + d5866cd commit d723a8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ompi/mca/coll/basic/coll_basic_module.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,10 @@ mca_coll_basic_module_enable(mca_coll_base_module_t *module,
155155
BASIC_INSTALL_COLL_API(comm, basic_module, neighbor_alltoallw, mca_coll_basic_neighbor_alltoallw);
156156

157157
/* Default to some shim mappings over allreduce */
158+
#if OPAL_ENABLE_FT_MPI
158159
BASIC_INSTALL_COLL_API(comm, basic_module, agree, ompi_coll_base_agree_noft);
159160
BASIC_INSTALL_COLL_API(comm, basic_module, iagree, ompi_coll_base_iagree_noft);
161+
#endif
160162

161163
BASIC_INSTALL_COLL_API(comm, basic_module, reduce_local, mca_coll_base_reduce_local);
162164

0 commit comments

Comments
 (0)