Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_partition.c241 MPI_Comm part_comm = MPI_COMM_NULL; in _init_reduced_communicator() local
264 part_comm = MPI_COMM_NULL; in _init_reduced_communicator()
267 return part_comm; in _init_reduced_communicator()
3205 MPI_Comm part_comm = cs_glob_mpi_comm; in cs_partition() local
3234 part_comm); in cs_partition()
3250 if (part_comm != cs_glob_mpi_comm && part_comm != MPI_COMM_NULL) in cs_partition()
3251 MPI_Comm_free(&part_comm); in cs_partition()
3332 MPI_Comm part_comm = cs_glob_mpi_comm; in cs_partition() local
3361 part_comm); in cs_partition()
3377 if (part_comm != cs_glob_mpi_comm && part_comm != MPI_COMM_NULL) in cs_partition()
[all …]