Skip to content

Commit e33678e

Browse files
committed
sessions:topo mca base minor version is 2
catch a topo 2.3.0 revert to 2.2.0 change that wasn't caught in the first round of moving back to 2.2.0 Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 78074c1 commit e33678e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/topo/base/topo_base_find_available.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ static int init_query(const mca_base_component_t *m,
102102
happened in the topo framework before v2.2.0, so don't bother
103103
supporting anything before then. */
104104
if (2 == m->mca_type_major_version &&
105-
(2 == m->mca_type_minor_version || 3 == m->mca_type_minor_version) &&
105+
2 == m->mca_type_minor_version &&
106106
0 == m->mca_type_release_version) {
107107
ret = init_query_2_2_0(m, entry, enable_progress_threads,
108108
enable_mpi_threads);

0 commit comments

Comments
 (0)