Advanced Computing Platform for Theoretical Physics

Commit 64f09592 authored by rbabich's avatar rbabich
Browse files

quda: small change for consistency


git-svn-id: http://lattice.bu.edu/qcdalg/cuda/quda@542 be54200a-260c-0410-bdd7-ce6af2a381ab
parent ded5edd7
......@@ -49,10 +49,9 @@ library.
Using the library:
Include the header file "invert_quda.h" in your application, link
against libquda.a, and study invert_test.c for an example of the
interface. The various inverter options are enumerated in
enum_quda.h.
Include the header file "quda.h" in your application, link against
libquda.a, and study invert_test.c for an example of the interface.
The various inverter options are enumerated in enum_quda.h.
Known issues:
......
......@@ -4,7 +4,7 @@
#include <quda_internal.h>
#include <gauge_quda.h>
#include <xmmintrin.h>
//#include <xmmintrin.h>
#define SHORT_LENGTH 65536
#define SCALE_FLOAT (SHORT_LENGTH-1) / 2.f
......
#ifndef _INVERT_QUDA_H
#define _INVERT_QUDA_H
#ifndef _QUDA_H
#define _QUDA_H
#include <enum_quda.h>
......@@ -100,4 +100,4 @@ extern "C" {
}
#endif
#endif // _INVERT_CUDA_H
#endif // _QUDA_H
#ifndef _QUDA_H
#define _QUDA_H
#ifndef _QUDA_INTERNAL_H
#define _QUDA_INTERNAL_H
#include <cuda_runtime.h>
......@@ -101,4 +101,4 @@ extern "C" {
#include <blas_quda.h>
#include <dslash_quda.h>
#endif // _QUDA_H
#endif // _QUDA_INTERNAL_H
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment