Home
last modified time | relevance | path

Searched refs:old_topology (Results 1 – 9 of 9) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpi/topo/
H A Dtopoutil.c121 MPIR_Topology *old_topology = (MPIR_Topology *) attr_in; in MPIR_Topology_copy_fn() local
142 MPIR_Copy_array(old_topology->topo.kind_.count_field_, \ in MPIR_Topology_copy_fn()
143 old_topology->topo.kind_.array_field_, \ in MPIR_Topology_copy_fn()
149 copy_topology->kind = old_topology->kind; in MPIR_Topology_copy_fn()
150 if (old_topology->kind == MPI_CART) { in MPIR_Topology_copy_fn()
151 copy_topology->topo.cart.ndims = old_topology->topo.cart.ndims; in MPIR_Topology_copy_fn()
152 copy_topology->topo.cart.nnodes = old_topology->topo.cart.nnodes; in MPIR_Topology_copy_fn()
156 } else if (old_topology->kind == MPI_GRAPH) { in MPIR_Topology_copy_fn()
157 copy_topology->topo.graph.nnodes = old_topology->topo.graph.nnodes; in MPIR_Topology_copy_fn()
161 } else if (old_topology->kind == MPI_DIST_GRAPH) { in MPIR_Topology_copy_fn()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpi/topo/
H A Dtopoutil.c132 MPIR_Topology *old_topology = (MPIR_Topology *)attr_in; in MPIR_Topology_copy_fn() local
150 MPIR_Copy_array(old_topology->topo.kind_.count_field_, \ in MPIR_Topology_copy_fn()
151 old_topology->topo.kind_.array_field_, \ in MPIR_Topology_copy_fn()
157 copy_topology->kind = old_topology->kind; in MPIR_Topology_copy_fn()
158 if (old_topology->kind == MPI_CART) { in MPIR_Topology_copy_fn()
159 copy_topology->topo.cart.ndims = old_topology->topo.cart.ndims; in MPIR_Topology_copy_fn()
160 copy_topology->topo.cart.nnodes = old_topology->topo.cart.nnodes; in MPIR_Topology_copy_fn()
165 else if (old_topology->kind == MPI_GRAPH) { in MPIR_Topology_copy_fn()
166 copy_topology->topo.graph.nnodes = old_topology->topo.graph.nnodes; in MPIR_Topology_copy_fn()
167 copy_topology->topo.graph.nedges = old_topology->topo.graph.nedges; in MPIR_Topology_copy_fn()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/lib_src/common/
H A Derl_misc_utils.c272 erts_cpu_topology_t *old_topology; in erts_cpu_info_update() local
419 old_topology = cpuinfo->topology; in erts_cpu_info_update()
428 (void *) old_topology, in erts_cpu_info_update()
432 if (old_topology) in erts_cpu_info_update()
433 free(old_topology); in erts_cpu_info_update()
438 cpuinfo->topology = old_topology; in erts_cpu_info_update()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/lib_src/common/
H A Derl_misc_utils.c272 erts_cpu_topology_t *old_topology; in erts_cpu_info_update() local
419 old_topology = cpuinfo->topology; in erts_cpu_info_update()
428 (void *) old_topology, in erts_cpu_info_update()
432 if (old_topology) in erts_cpu_info_update()
433 free(old_topology); in erts_cpu_info_update()
438 cpuinfo->topology = old_topology; in erts_cpu_info_update()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/common/
H A Derl_misc_utils.c275 erts_cpu_topology_t *old_topology; in erts_cpu_info_update() local
429 old_topology = cpuinfo->topology; in erts_cpu_info_update()
438 (void *) old_topology, in erts_cpu_info_update()
442 if (old_topology) in erts_cpu_info_update()
443 free(old_topology); in erts_cpu_info_update()
448 cpuinfo->topology = old_topology; in erts_cpu_info_update()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/common/
H A Derl_misc_utils.c275 erts_cpu_topology_t *old_topology; in erts_cpu_info_update() local
429 old_topology = cpuinfo->topology; in erts_cpu_info_update()
438 (void *) old_topology, in erts_cpu_info_update()
442 if (old_topology) in erts_cpu_info_update()
443 free(old_topology); in erts_cpu_info_update()
448 cpuinfo->topology = old_topology; in erts_cpu_info_update()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/common/
H A Derl_misc_utils.c275 erts_cpu_topology_t *old_topology; in erts_cpu_info_update() local
429 old_topology = cpuinfo->topology; in erts_cpu_info_update()
438 (void *) old_topology, in erts_cpu_info_update()
442 if (old_topology) in erts_cpu_info_update()
443 free(old_topology); in erts_cpu_info_update()
448 cpuinfo->topology = old_topology; in erts_cpu_info_update()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/common/
H A Derl_misc_utils.c275 erts_cpu_topology_t *old_topology; in erts_cpu_info_update() local
429 old_topology = cpuinfo->topology; in erts_cpu_info_update()
438 (void *) old_topology, in erts_cpu_info_update()
442 if (old_topology) in erts_cpu_info_update()
443 free(old_topology); in erts_cpu_info_update()
448 cpuinfo->topology = old_topology; in erts_cpu_info_update()
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/common/
H A Derl_misc_utils.c275 erts_cpu_topology_t *old_topology; in erts_cpu_info_update() local
429 old_topology = cpuinfo->topology; in erts_cpu_info_update()
438 (void *) old_topology, in erts_cpu_info_update()
442 if (old_topology) in erts_cpu_info_update()
443 free(old_topology); in erts_cpu_info_update()
448 cpuinfo->topology = old_topology; in erts_cpu_info_update()