lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
286 stars 94 forks source link

quda namespace #59

Closed maddyscientist closed 12 years ago

maddyscientist commented 12 years ago

The entire library should be enclosed in a namespace "quda". Namespaces have already been used sporadically in the library, this needs to be made uniform throughout.

maddyscientist commented 12 years ago

One comment on this. I have not added any namespace around the comms routines (face_mpi.cpp, face_quda.cpp, comm_mpi.cpp, comm_qmp.cc). This can wait until Ron has merged the FaceBuffer for MPI and QMP.