Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

wfm_config.h File Reference

#include "wfm_options.h"
#include <stdlib.h>
#include <qmp.h>

Go to the source code of this file.

Defines

#define TABLE_ALLOC(A)   ALLOC(A)
#define TABLE_FREE(A)   FREE(A)
#define ALLOC(A)   memalign(WFM_ALIGN_ARG,A+256)
#define SEND_ALLOC(A)   memalign(WFM_ALIGN_ARG,A+256)
#define FREE(A)   free(A)

Typedefs

typedef double Float

Functions

void * memalign (size_t, size_t)


Define Documentation

#define ALLOC  )     memalign(WFM_ALIGN_ARG,A+256)
 

Definition at line 90 of file wfm_config.h.

#define FREE  )     free(A)
 

Definition at line 92 of file wfm_config.h.

#define SEND_ALLOC  )     memalign(WFM_ALIGN_ARG,A+256)
 

Definition at line 91 of file wfm_config.h.

#define TABLE_ALLOC  )     ALLOC(A)
 

Definition at line 76 of file wfm_config.h.

#define TABLE_FREE  )     FREE(A)
 

Definition at line 77 of file wfm_config.h.


Typedef Documentation

typedef double Float
 

Definition at line 47 of file wfm_config.h.

Referenced by cps::LatVector::FTimesV1PlusV2(), AsqD::InvCg(), cps::Vector::NormSqNode(), cps::Vector::ReDotProductNode(), cps::wilson_m(), cps::wilson_mdag(), and cps::wilson_mdagm().


Function Documentation

void* memalign size_t  ,
size_t 
 


Generated on Sat Oct 10 14:11:42 2009 for Columbia Physics System by  doxygen 1.3.9.1