|
QDP++
|
Parscalarvec init routines. More...
Go to the source code of this file.
Namespaces | |
| namespace | QDP |
| Yet another random number generator. | |
Functions | |
| void | QDP::QDP_initialize (int *argc, char ***argv) |
| Turn on the machine. | |
| bool | QDP::QDP_isInitialized () |
| Is the machine initialized? | |
| void | QDP::QDP_finalize () |
| Turn off the machine. | |
| void | QDP::QDP_abort (int status) |
| Panic button. | |
| void | QDP::QDP_resume () |
| Resumes QDP communications. | |
| void | QDP::QDP_suspend () |
| Suspends QDP communications. | |
Variables | |
| static bool | QDP::isInit = false |
| Private flag for status. | |
Parscalarvec init routines.
Initialization routines for parscalarvec implementation
Definition in file qdp_parscalarvec_init.cc.