Home
last modified time | relevance | path

Searched refs:CommType (Results 1 – 25 of 118) sorted by relevance

12345

/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/logformat/clog2/
H A DRecComm.java58 case Const.CommType.WORLD_CREATE: in toCommTypeString()
60 case Const.CommType.SELF_CREATE: in toCommTypeString()
62 case Const.CommType.FREE: in toCommTypeString()
64 case Const.CommType.INTRA_CREATE: in toCommTypeString()
66 case Const.CommType.INTRA_LOCAL: in toCommTypeString()
68 case Const.CommType.INTRA_REMOTE: in toCommTypeString()
70 case Const.CommType.INTER_CREATE: in toCommTypeString()
H A DConst.java88 class CommType // define CLOG communicator event types class in Const
/dports/net/py-mpi4py/mpi4py-3.1.3/test/
H A Dtest_subclass.py16 self.comm = self.CommType(self.COMM_BASE)
26 self.assertTrue(isinstance(self.comm, self.CommType))
32 comm = self.CommType()
34 self.assertTrue(isinstance(comm, self.CommType))
51 CommType = MyComm variable in BaseTestMyComm
73 CommType = MyIntracomm variable in BaseTestMyIntracomm
96 CommType = MyCartcomm variable in BaseTestMyCartcomm
120 CommType = MyGraphcomm variable in BaseTestMyGraphcomm
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix42/
H A DBidResponse.h26 FIELD_SET(*this, FIX::CommType);
H A DOrderCancelReplaceRequest.h89 FIELD_SET(*this, FIX::CommType);
H A DNewOrderSingle.h86 FIELD_SET(*this, FIX::CommType);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix44/
H A DBidResponse.h26 FIELD_SET(*this, FIX::CommType);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp1/
H A DBidResponse.h26 FIELD_SET(*this, FIX::CommType);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp2/
H A DBidResponse.h26 FIELD_SET(*this, FIX::CommType);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix43/
H A DBidResponse.h26 FIELD_SET(*this, FIX::CommType);
H A DQuoteStatusReport.h112 FIELD_SET(*this, FIX::CommType);
H A DQuote.h113 FIELD_SET(*this, FIX::CommType);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50/
H A DBidResponse.h26 FIELD_SET(*this, FIX::CommType);
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/cxx/
H A Dmpicxx.h105 enum CommType { eIntracomm, eIntercomm, eCartcomm, eGraphcomm}; enum
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/cxx/
H A Dmpicxx.h105 enum CommType { eIntracomm, eIntercomm, eCartcomm, eGraphcomm}; enum
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix40/
H A DOrderCancelReplaceRequest.h66 FIELD_SET(*this, FIX::CommType);
H A DNewOrderSingle.h66 FIELD_SET(*this, FIX::CommType);
H A DNewOrderList.h75 FIELD_SET(*this, FIX::CommType);
H A DAllocation.h100 FIELD_SET(*this, FIX::CommType);
H A DExecutionReport.h84 FIELD_SET(*this, FIX::CommType);
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix41/
H A DNewOrderSingle.h72 FIELD_SET(*this, FIX::CommType);
H A DOrderCancelReplaceRequest.h73 FIELD_SET(*this, FIX::CommType);
H A DNewOrderList.h83 FIELD_SET(*this, FIX::CommType);
H A DExecutionReport.h102 FIELD_SET(*this, FIX::CommType);
H A DAllocation.h106 FIELD_SET(*this, FIX::CommType);

12345