Home
last modified time | relevance | path

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

/dports/net/mpich2/mpich2-1.5/src/mpid/pamid/src/comm/
H A Dmpid_comm.c130 if(comm->mpid.geometry != MPIDI_Process.world_geometry) in MPIDI_Coll_comm_create()
133 …fprintf(stderr,"world geom: %p parent geom: %p\n", MPIDI_Process.world_geometry, comm->mpid.parent… in MPIDI_Coll_comm_create()
/dports/net/mpich2/mpich2-1.5/src/mpid/pamid/include/
H A Dmpidi_datatypes.h78 pami_geometry_t world_geometry; member
/dports/net/mpich2/mpich2-1.5/src/mpid/pamid/src/
H A Dmpid_init.c686 rc = PAMI_Geometry_world(MPIDI_Client, &MPIDI_Process.world_geometry); in MPID_Init()
689 MPIR_Process.comm_world->mpid.geometry = MPIDI_Process.world_geometry; in MPID_Init()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPopulationInterface.cc1958 const int world_geometry = m_world->GetConfig().WORLD_GEOMETRY.Get(); in SetAVFacedCellID() local
1960 …if ((world_geometry != 1) && (world_geometry != 2)) m_world->GetDriver().RaiseFatalException(-1, "… in SetAVFacedCellID()
1986 if (world_geometry == 1) { in SetAVFacedCellID()
2161 if (!off_the_edge_facing || world_geometry == 2) { in SetAVFacedCellID()