Home
last modified time | relevance | path

Searched refs:newtopology (Results 1 – 25 of 30) sorted by relevance

12

/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dtopology-custom.c31 hwloc_custom_insert_topology(struct hwloc_topology *newtopology, in hwloc_custom_insert_topology() argument
37 if (newtopology->is_loaded || !newtopology->backends || !newtopology->backends->is_custom) { in hwloc_custom_insert_topology()
47 hwloc__duplicate_objects(newtopology, newparent, oldroot ? oldroot : oldtopology->levels[0][0]); in hwloc_custom_insert_topology()
/dports/devel/hwloc/hwloc-1.11.13/src/
H A Dtopology-custom.c31 hwloc_custom_insert_topology(struct hwloc_topology *newtopology, in hwloc_custom_insert_topology() argument
37 if (newtopology->is_loaded || !newtopology->backends || !newtopology->backends->is_custom) { in hwloc_custom_insert_topology()
47 hwloc__duplicate_objects(newtopology, newparent, oldroot ? oldroot : oldtopology->levels[0][0]); in hwloc_custom_insert_topology()
/dports/devel/hwloc2/hwloc-2.5.0/include/hwloc/
H A Ddiff.h194 … hwloc_topology_diff_build(hwloc_topology_t topology, hwloc_topology_t newtopology, unsigned long …
/dports/net/mpich/mpich-3.4.3/modules/hwloc/include/hwloc/
H A Ddiff.h194 … hwloc_topology_diff_build(hwloc_topology_t topology, hwloc_topology_t newtopology, unsigned long …
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/include/hwloc/
H A Ddiff.h192 … hwloc_topology_diff_build(hwloc_topology_t topology, hwloc_topology_t newtopology, unsigned long …
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/include/hwloc/
H A Ddiff.h194 … hwloc_topology_diff_build(hwloc_topology_t topology, hwloc_topology_t newtopology, unsigned long …
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/include/hwloc/
H A Ddiff.h194 … hwloc_topology_diff_build(hwloc_topology_t topology, hwloc_topology_t newtopology, unsigned long …
/dports/devel/hwloc/hwloc-1.11.13/include/hwloc/
H A Ddiff.h193 … hwloc_topology_diff_build(hwloc_topology_t topology, hwloc_topology_t newtopology, unsigned long …
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/include/hwloc/
H A Ddiff.h192 … hwloc_topology_diff_build(hwloc_topology_t topology, hwloc_topology_t newtopology, unsigned long …
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/hwloc/
H A Dtopology.c689 hwloc__duplicate_object(struct hwloc_topology *newtopology, in hwloc__duplicate_object() argument
694 struct hwloc_tma *tma = newtopology->tma; in hwloc__duplicate_object()
749 level = newtopology->slevels[i].objs; in hwloc__duplicate_object()
750 level_width = newtopology->slevels[i].nbobjs; in hwloc__duplicate_object()
753 newtopology->slevels[i].first = newobj; in hwloc__duplicate_object()
754 if (newobj->logical_index == newtopology->slevels[i].nbobjs - 1) in hwloc__duplicate_object()
755 newtopology->slevels[i].last = newobj; in hwloc__duplicate_object()
757 level = newtopology->levels[src->depth]; in hwloc__duplicate_object()
758 level_width = newtopology->level_nbobjects[src->depth]; in hwloc__duplicate_object()
788 err = hwloc__duplicate_object(newtopology, newobj, NULL, child); in hwloc__duplicate_object()
[all …]
/dports/devel/hwloc/hwloc-1.11.13/include/
H A Dhwloc.h681 HWLOC_DECLSPEC int hwloc_topology_dup(hwloc_topology_t *newtopology, hwloc_topology_t oldtopology);
2375 HWLOC_DECLSPEC int hwloc_custom_insert_topology(hwloc_topology_t newtopology, hwloc_obj_t newparent…
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/include/
H A Dhwloc.h657 HWLOC_DECLSPEC int hwloc_topology_dup(hwloc_topology_t *newtopology, hwloc_topology_t oldtopology);
2339 HWLOC_DECLSPEC int hwloc_custom_insert_topology(hwloc_topology_t newtopology, hwloc_obj_t newparent…
/dports/devel/hwloc2/hwloc-2.5.0/hwloc/
H A Dtopology.c836 hwloc__duplicate_object(struct hwloc_topology *newtopology, in hwloc__duplicate_object() argument
841 struct hwloc_tma *tma = newtopology->tma; in hwloc__duplicate_object()
896 level = newtopology->slevels[i].objs; in hwloc__duplicate_object()
897 level_width = newtopology->slevels[i].nbobjs; in hwloc__duplicate_object()
900 newtopology->slevels[i].first = newobj; in hwloc__duplicate_object()
901 if (newobj->logical_index == newtopology->slevels[i].nbobjs - 1) in hwloc__duplicate_object()
902 newtopology->slevels[i].last = newobj; in hwloc__duplicate_object()
904 level = newtopology->levels[src->depth]; in hwloc__duplicate_object()
905 level_width = newtopology->level_nbobjects[src->depth]; in hwloc__duplicate_object()
933 err = hwloc__duplicate_object(newtopology, newobj, NULL, child); in hwloc__duplicate_object()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Dtopology.c800 hwloc__duplicate_object(struct hwloc_topology *newtopology, in hwloc__duplicate_object() argument
805 struct hwloc_tma *tma = newtopology->tma; in hwloc__duplicate_object()
860 level = newtopology->slevels[i].objs; in hwloc__duplicate_object()
861 level_width = newtopology->slevels[i].nbobjs; in hwloc__duplicate_object()
864 newtopology->slevels[i].first = newobj; in hwloc__duplicate_object()
865 if (newobj->logical_index == newtopology->slevels[i].nbobjs - 1) in hwloc__duplicate_object()
866 newtopology->slevels[i].last = newobj; in hwloc__duplicate_object()
868 level = newtopology->levels[src->depth]; in hwloc__duplicate_object()
869 level_width = newtopology->level_nbobjects[src->depth]; in hwloc__duplicate_object()
897 err = hwloc__duplicate_object(newtopology, newobj, NULL, child); in hwloc__duplicate_object()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Dtopology.c800 hwloc__duplicate_object(struct hwloc_topology *newtopology, in hwloc__duplicate_object() argument
805 struct hwloc_tma *tma = newtopology->tma; in hwloc__duplicate_object()
860 level = newtopology->slevels[i].objs; in hwloc__duplicate_object()
861 level_width = newtopology->slevels[i].nbobjs; in hwloc__duplicate_object()
864 newtopology->slevels[i].first = newobj; in hwloc__duplicate_object()
865 if (newobj->logical_index == newtopology->slevels[i].nbobjs - 1) in hwloc__duplicate_object()
866 newtopology->slevels[i].last = newobj; in hwloc__duplicate_object()
868 level = newtopology->levels[src->depth]; in hwloc__duplicate_object()
869 level_width = newtopology->level_nbobjects[src->depth]; in hwloc__duplicate_object()
897 err = hwloc__duplicate_object(newtopology, newobj, NULL, child); in hwloc__duplicate_object()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Dtopology.c800 hwloc__duplicate_object(struct hwloc_topology *newtopology, in hwloc__duplicate_object() argument
805 struct hwloc_tma *tma = newtopology->tma; in hwloc__duplicate_object()
860 level = newtopology->slevels[i].objs; in hwloc__duplicate_object()
861 level_width = newtopology->slevels[i].nbobjs; in hwloc__duplicate_object()
864 newtopology->slevels[i].first = newobj; in hwloc__duplicate_object()
865 if (newobj->logical_index == newtopology->slevels[i].nbobjs - 1) in hwloc__duplicate_object()
866 newtopology->slevels[i].last = newobj; in hwloc__duplicate_object()
868 level = newtopology->levels[src->depth]; in hwloc__duplicate_object()
869 level_width = newtopology->level_nbobjects[src->depth]; in hwloc__duplicate_object()
897 err = hwloc__duplicate_object(newtopology, newobj, NULL, child); in hwloc__duplicate_object()
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/src/
H A Dtopology.c305 hwloc__duplicate_objects(struct hwloc_topology *newtopology, in hwloc__duplicate_objects() argument
349 while ((child = hwloc_get_next_child(newtopology, src, child)) != NULL) in hwloc__duplicate_objects()
350 hwloc__duplicate_objects(newtopology, newobj, child); in hwloc__duplicate_objects()
352 hwloc_insert_object_by_parent(newtopology, newparent, newobj); in hwloc__duplicate_objects()
2615 hwloc_custom_insert_topology(struct hwloc_topology *newtopology, in hwloc_custom_insert_topology() argument
2620 …if (newtopology->backend_type != HWLOC_BACKEND_CUSTOM || newtopology->is_loaded || !oldtopology->i… in hwloc_custom_insert_topology()
2625 hwloc__duplicate_objects(newtopology, newparent, oldroot ? oldroot : oldtopology->levels[0][0]); in hwloc_custom_insert_topology()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/include/private/
H A Dprivate.h213 extern void hwloc__duplicate_objects(struct hwloc_topology *newtopology, struct hwloc_obj *newparen…
/dports/devel/hwloc/hwloc-1.11.13/include/private/
H A Dprivate.h217 extern void hwloc__duplicate_objects(struct hwloc_topology *newtopology, struct hwloc_obj *newparen…
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/include/
H A Dhwloc.h680 HWLOC_DECLSPEC int hwloc_topology_dup(hwloc_topology_t *newtopology, hwloc_topology_t oldtopology);
/dports/devel/hwloc2/hwloc-2.5.0/include/
H A Dhwloc.h739 HWLOC_DECLSPEC int hwloc_topology_dup(hwloc_topology_t *newtopology, hwloc_topology_t oldtopology);
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/include/
H A Dhwloc.h2067 HWLOC_DECLSPEC int hwloc_custom_insert_topology(hwloc_topology_t newtopology, hwloc_obj_t newparent…
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/include/
H A Dhwloc.h739 HWLOC_DECLSPEC int hwloc_topology_dup(hwloc_topology_t *newtopology, hwloc_topology_t oldtopology);
/dports/net/mpich/mpich-3.4.3/modules/hwloc/include/
H A Dhwloc.h739 HWLOC_DECLSPEC int hwloc_topology_dup(hwloc_topology_t *newtopology, hwloc_topology_t oldtopology);
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/include/
H A Dhwloc.h739 HWLOC_DECLSPEC int hwloc_topology_dup(hwloc_topology_t *newtopology, hwloc_topology_t oldtopology);

12