OpenAtom
Version1.5a
|
Public Member Functions | |
OrthoHelper (int _m, int _n, CLA_Matrix_interface matA2, CLA_Matrix_interface matB2, CLA_Matrix_interface matC2, CkCallback _orthoCB) | |
OrthoHelper (CkMigrateMessage *m) | |
void | recvAB (OrthoHelperMsg *msg) |
void | sendMatrix () |
virtual void | pup (PUP::er &p) |
Static Public Member Functions | |
static void | step_cb (void *obj) |
Public Attributes | |
int | m |
int | n |
internalType * | A |
internalType * | B |
internalType * | C |
OrthoHelperMsg * | trigger |
CLA_Matrix_interface | matA |
CLA_Matrix_interface | matB |
CLA_Matrix_interface | matC |
CkCallback | uponCompletion |
Callback to the owner ortho chare array to be used at the end of my work (step 2) | |
Definition at line 63 of file orthoHelper.h.
|
inlinevirtual |
CBase_Ortho::pup(p);
Definition at line 106 of file orthoHelper.h.