Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 committed Jan 14, 2025
1 parent b397353 commit 0d67305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mca/rmaps/base/rmaps_base_ranking.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ int prte_rmaps_base_compute_vpids(prte_job_t *jdata,
continue;
}
nobjs = prte_hwloc_base_get_nbobjs_by_type(node->topology->topo,
options->maptype);
options->maptype, options->cmaplvl);
if (0 == nobjs) {
return PRTE_ERR_NOT_SUPPORTED;
}
Expand Down Expand Up @@ -340,7 +340,7 @@ int prte_rmaps_base_compute_vpids(prte_job_t *jdata,
}
// get number of this object type on this node
nobjs = prte_hwloc_base_get_nbobjs_by_type(node->topology->topo,
options->maptype);
options->maptype, options->cmaplvl);

if (0 == nobjs) {
return PRTE_ERR_NOT_SUPPORTED;
Expand Down

0 comments on commit 0d67305

Please sign in to comment.