QDP++
qdp_init.h File Reference

Routines for top level QDP management. 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.
int QDP::QDP_info (const char *format,...)
 Simple information display routine.
int QDP::QDP_error (const char *format,...)
 Simple error display routine.
void QDP::QDP_error_exit (const char *format,...)
 Simple error display and abort routine.
void QDP::QDP_resume ()
 Resumes QDP communications.
void QDP::QDP_suspend ()
 Suspends QDP communications.

Detailed Description

Routines for top level QDP management.

Fundamental routines for turning on/off and inserting/extracting variables.

Definition in file qdp_init.h.