Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
Zoltan2::MachineRCA< pcoord_t, part_t > Class Template Reference

A Machine Class for testing only A more realistic machine should be used for task mapping. More...

#include <Zoltan2_MachineRCA.hpp>

Inheritance diagram for Zoltan2::MachineRCA< pcoord_t, part_t >:
Inheritance graph
[legend]
Collaboration diagram for Zoltan2::MachineRCA< pcoord_t, part_t >:
Collaboration graph
[legend]

Public Member Functions

 MachineRCA (const Teuchos::Comm< int > &comm)
 Constructor: A BlueGeneQ network machine description;. More...
 
virtual bool getMachineExtentWrapArounds (bool *wrap_around) const
 
 MachineRCA (const Teuchos::Comm< int > &comm, const Teuchos::ParameterList &pl_)
 
virtual ~MachineRCA ()
 
bool hasMachineCoordinates () const
 
int getMachineDim () const
 
int getRealMachineDim () const
 
bool getMachineExtent (int *nxyz) const
 
bool getRealMachineExtent (int *nxyz) const
 
void printAllocation ()
 
bool getMyMachineCoordinate (pcoord_t *xyz)
 
bool getMyActualMachineCoordinate (pcoord_t *xyz)
 
bool getMachineCoordinate (const int rank, pcoord_t *xyz) const
 
bool getMachineCoordinate (const char *nodename, pcoord_t *xyz)
 
bool getAllMachineCoordinatesView (pcoord_t **&allCoords) const
 
virtual bool getHopCount (int rank1, int rank2, pcoord_t &hops)
 
- Public Member Functions inherited from Zoltan2::Machine< pcoord_t, part_t >
 Machine (const Teuchos::Comm< int > &comm)
 Constructor MachineRepresentation Class. More...
 
virtual ~Machine ()
 
bool hasMachineCoordinates () const
 indicates whether or not the machine has coordinates More...
 
int getMachineDim () const
 returns the dimension (number of coords per node) in the machine More...
 
bool getMachineExtent (int *nxyz) const
 sets the number of unique coordinates in each machine dimension return true if coordinates are available More...
 
bool getMachineExtentWrapArounds (bool *wrap_around) const
 if the machine has a wrap-around tourus link in each dimension. return true if the information is available More...
 
bool getMyMachineCoordinate (pcoord_t *xyz) const
 getMyCoordinate function set the machine coordinate xyz of the current process return true if current process' coordinates are available More...
 
bool getMachineCoordinate (const int rank, pcoord_t *xyz) const
 getCoordinate function set the machine coordinate xyz of any rank process return true if coordinates are available by rank More...
 
bool getMachineCoordinate (const char *nodename, pcoord_t *xyz) const
 getCoordinate function set the machine coordinate xyz of any node by nodename return true if coordinates are available by nodename More...
 
bool getAllMachineCoordinatesView (pcoord_t **allCoords) const
 getProcDim function set the coordinates of all ranks allCoords[i][j], i=0,...,getMachineDim(), j=0,...,getNumRanks(), is the i-th dimensional coordinate for rank j. return true if coordinates are available for all ranks More...
 
int getNumRanks () const
 return the number of ranks. More...
 

Additional Inherited Members

- Protected Attributes inherited from Zoltan2::Machine< pcoord_t, part_t >
int numRanks
 
int myRank
 

Detailed Description

template<typename pcoord_t, typename part_t>
class Zoltan2::MachineRCA< pcoord_t, part_t >

A Machine Class for testing only A more realistic machine should be used for task mapping.

Definition at line 22 of file Zoltan2_MachineRCA.hpp.

Constructor & Destructor Documentation

template<typename pcoord_t , typename part_t >
Zoltan2::MachineRCA< pcoord_t, part_t >::MachineRCA ( const Teuchos::Comm< int > &  comm)
inline

Constructor: A BlueGeneQ network machine description;.

Parameters
commCommunication object.

Definition at line 29 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
Zoltan2::MachineRCA< pcoord_t, part_t >::MachineRCA ( const Teuchos::Comm< int > &  comm,
const Teuchos::ParameterList &  pl_ 
)
inline

Definition at line 71 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
virtual Zoltan2::MachineRCA< pcoord_t, part_t >::~MachineRCA ( )
inlinevirtual

Definition at line 233 of file Zoltan2_MachineRCA.hpp.

Member Function Documentation

template<typename pcoord_t , typename part_t >
virtual bool Zoltan2::MachineRCA< pcoord_t, part_t >::getMachineExtentWrapArounds ( bool *  wrap_around) const
inlinevirtual

Definition at line 59 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
bool Zoltan2::MachineRCA< pcoord_t, part_t >::hasMachineCoordinates ( ) const
inline

Definition at line 249 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
int Zoltan2::MachineRCA< pcoord_t, part_t >::getMachineDim ( ) const
inline

Definition at line 251 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
int Zoltan2::MachineRCA< pcoord_t, part_t >::getRealMachineDim ( ) const
inline

Definition at line 252 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
bool Zoltan2::MachineRCA< pcoord_t, part_t >::getMachineExtent ( int *  nxyz) const
inline

Definition at line 254 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
bool Zoltan2::MachineRCA< pcoord_t, part_t >::getRealMachineExtent ( int *  nxyz) const
inline

Definition at line 267 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
void Zoltan2::MachineRCA< pcoord_t, part_t >::printAllocation ( )
inline

Definition at line 282 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
bool Zoltan2::MachineRCA< pcoord_t, part_t >::getMyMachineCoordinate ( pcoord_t *  xyz)
inline

Definition at line 291 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
bool Zoltan2::MachineRCA< pcoord_t, part_t >::getMyActualMachineCoordinate ( pcoord_t *  xyz)
inline

Definition at line 298 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
bool Zoltan2::MachineRCA< pcoord_t, part_t >::getMachineCoordinate ( const int  rank,
pcoord_t *  xyz 
) const
inline

Definition at line 318 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
bool Zoltan2::MachineRCA< pcoord_t, part_t >::getMachineCoordinate ( const char *  nodename,
pcoord_t *  xyz 
)
inline

Definition at line 327 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
bool Zoltan2::MachineRCA< pcoord_t, part_t >::getAllMachineCoordinatesView ( pcoord_t **&  allCoords) const
inline

Definition at line 331 of file Zoltan2_MachineRCA.hpp.

template<typename pcoord_t , typename part_t >
virtual bool Zoltan2::MachineRCA< pcoord_t, part_t >::getHopCount ( int  rank1,
int  rank2,
pcoord_t &  hops 
)
inlinevirtual

Reimplemented from Zoltan2::Machine< pcoord_t, part_t >.

Definition at line 336 of file Zoltan2_MachineRCA.hpp.


The documentation for this class was generated from the following file: