mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
16 lines
236 B
HTML
16 lines
236 B
HTML
|
|
bin_PROGRAMS += Test_cshift Test_simd Test_stencil
|
|
|
|
|
|
Test_cshift_SOURCES=Test_cshift.cc
|
|
Test_cshift_LDADD=-lGrid
|
|
|
|
|
|
Test_simd_SOURCES=Test_simd.cc
|
|
Test_simd_LDADD=-lGrid
|
|
|
|
|
|
Test_stencil_SOURCES=Test_stencil.cc
|
|
Test_stencil_LDADD=-lGrid
|
|
|