Home
last modified time | relevance | path

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

/dports/devel/gaul/gaul-devel-0.1849-0/src/gaul/
H A Dga_core.h130 #define GA_TAG_POPSTABLESIZE 201 macro
/dports/devel/gaul/gaul-devel-0.1849-0/src/
H A Dga_core.c2004 mpi_receive(&(pop->stable_size), 1, MPI_INT, src_node, GA_TAG_POPSTABLESIZE); in ga_population_new_receive()
2055 MPI_Send(&(pop->stable_size), 1, MPI_INT, dest_node, GA_TAG_POPSTABLESIZE, MPI_COMM_WORLD); in ga_population_send()