Home
last modified time | relevance | path

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

/dports/biology/migrate/migrate-3.6.11/src/
H A Dmigrate_mpi.h179 extern void mpi_profiles_master (world_fmt * world, long nparam, int *profilewho);
H A Dmigration.h1091 int *profilewho; member
H A Dmigrate_mpi.c3534 mpi_profiles_master (world_fmt * world, long nparam, int *profilewho) in mpi_profiles_master() argument
3612 profilewho[pdone] = sender; in mpi_profiles_master()
3727 world->profilewho[profiledone++] = pnum; in mpi_profiles_worker()
H A Dworld.c568 …world->profilewho = (int *) mycalloc (options->newpops_numpop * options->newpops_numpop + 2, sizeo… in init_world()
1506 myfree(world->profilewho); in free_world()
H A Dmain.c1654 mpi_profiles_master (world, len, world->profilewho); in profile_tables()