mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-27 14:15:55 +01:00
Merge branch 'master' of https://github.com/paboyle/Grid
This commit is contained in:
commit
b3ef09a54d
@ -11,6 +11,8 @@
|
|||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#include <syscall.h>
|
#include <syscall.h>
|
||||||
#include <linux/perf_event.h>
|
#include <linux/perf_event.h>
|
||||||
|
#else
|
||||||
|
#include <sys/syscall.h>
|
||||||
#endif
|
#endif
|
||||||
namespace Grid {
|
namespace Grid {
|
||||||
|
|
||||||
|
@ -225,7 +225,10 @@ Test_wilson_force_phiMdagMphi_LDADD=-lGrid
|
|||||||
Test_wilson_force_phiMphi_SOURCES=Test_wilson_force_phiMphi.cc
|
Test_wilson_force_phiMphi_SOURCES=Test_wilson_force_phiMphi.cc
|
||||||
Test_wilson_force_phiMphi_LDADD=-lGrid
|
Test_wilson_force_phiMphi_LDADD=-lGrid
|
||||||
|
|
||||||
|
|
||||||
Test_zmm_SOURCES=Test_zmm.cc
|
Test_zmm_SOURCES=Test_zmm.cc
|
||||||
Test_zmm_LDADD=-lGrid
|
Test_zmm_LDADD=-lGrid
|
||||||
|
|
||||||
|
Test_RectPlaq_SOURCES=Test_RectPlaq.cc
|
||||||
|
Test_RectPlaq_LDADD=-lGrid
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user