|
QUDA
v0.5.0
A library for QCD on GPUs
|
#include <cstdlib>#include <cstdio>#include <cstring>#include <stack>#include <sys/time.h>#include <enum_quda.h>#include <util_quda.h>Go to the source code of this file.
Functions | |
| QudaVerbosity | getVerbosity () |
| char * | getOutputPrefix () |
| FILE * | getOutputFile () |
| void | setVerbosity (QudaVerbosity verbosity) |
| void | setOutputPrefix (const char *prefix) |
| void | setOutputFile (FILE *outfile) |
| void | pushVerbosity (QudaVerbosity verbosity) |
| void | popVerbosity () |
| char * | getPrintBuffer () |
| FILE* getOutputFile | ( | ) |
Definition at line 22 of file util_quda.cpp.
| char* getOutputPrefix | ( | ) |
Definition at line 21 of file util_quda.cpp.
| char* getPrintBuffer | ( | ) |
Definition at line 63 of file util_quda.cpp.
| QudaVerbosity getVerbosity | ( | ) |
Definition at line 20 of file util_quda.cpp.
| void popVerbosity | ( | ) |
Definition at line 54 of file util_quda.cpp.
| void pushVerbosity | ( | QudaVerbosity | verbosity | ) |
Definition at line 43 of file util_quda.cpp.
| void setOutputFile | ( | FILE * | outfile | ) |
Definition at line 35 of file util_quda.cpp.
| void setOutputPrefix | ( | const char * | prefix | ) |
Definition at line 29 of file util_quda.cpp.
| void setVerbosity | ( | QudaVerbosity | verbosity | ) |
Definition at line 24 of file util_quda.cpp.
1.8.2