mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
56 lines
1.3 KiB
HTML
56 lines
1.3 KiB
HTML
|
|
bin_PROGRAMS += Test_cf_cr_unprec Test_contfrac_cg Test_dwf_cg_prec Test_dwf_cg_schur Test_dwf_cg_unprec Test_dwf_cr_unprec Test_dwf_fpgcr Test_dwf_hdcr Test_dwf_lanczos Test_wilson_cg_prec Test_wilson_cg_schur Test_wilson_cg_unprec Test_wilson_cr_unprec
|
|
|
|
|
|
Test_cf_cr_unprec_SOURCES=Test_cf_cr_unprec.cc
|
|
Test_cf_cr_unprec_LDADD=-lGrid
|
|
|
|
|
|
Test_contfrac_cg_SOURCES=Test_contfrac_cg.cc
|
|
Test_contfrac_cg_LDADD=-lGrid
|
|
|
|
|
|
Test_dwf_cg_prec_SOURCES=Test_dwf_cg_prec.cc
|
|
Test_dwf_cg_prec_LDADD=-lGrid
|
|
|
|
|
|
Test_dwf_cg_schur_SOURCES=Test_dwf_cg_schur.cc
|
|
Test_dwf_cg_schur_LDADD=-lGrid
|
|
|
|
|
|
Test_dwf_cg_unprec_SOURCES=Test_dwf_cg_unprec.cc
|
|
Test_dwf_cg_unprec_LDADD=-lGrid
|
|
|
|
|
|
Test_dwf_cr_unprec_SOURCES=Test_dwf_cr_unprec.cc
|
|
Test_dwf_cr_unprec_LDADD=-lGrid
|
|
|
|
|
|
Test_dwf_fpgcr_SOURCES=Test_dwf_fpgcr.cc
|
|
Test_dwf_fpgcr_LDADD=-lGrid
|
|
|
|
|
|
Test_dwf_hdcr_SOURCES=Test_dwf_hdcr.cc
|
|
Test_dwf_hdcr_LDADD=-lGrid
|
|
|
|
|
|
Test_dwf_lanczos_SOURCES=Test_dwf_lanczos.cc
|
|
Test_dwf_lanczos_LDADD=-lGrid
|
|
|
|
|
|
Test_wilson_cg_prec_SOURCES=Test_wilson_cg_prec.cc
|
|
Test_wilson_cg_prec_LDADD=-lGrid
|
|
|
|
|
|
Test_wilson_cg_schur_SOURCES=Test_wilson_cg_schur.cc
|
|
Test_wilson_cg_schur_LDADD=-lGrid
|
|
|
|
|
|
Test_wilson_cg_unprec_SOURCES=Test_wilson_cg_unprec.cc
|
|
Test_wilson_cg_unprec_LDADD=-lGrid
|
|
|
|
|
|
Test_wilson_cr_unprec_SOURCES=Test_wilson_cr_unprec.cc
|
|
Test_wilson_cr_unprec_LDADD=-lGrid
|
|
|