mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	Added a makefile
This commit is contained in:
		
							
								
								
									
										19
									
								
								benchmarks/Makefile.am
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								benchmarks/Makefile.am
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
			
		||||
# additional include paths necessary to compile the C++ library
 | 
			
		||||
AM_CXXFLAGS = -I$(top_srcdir)/lib
 | 
			
		||||
AM_LDFLAGS = -L$(top_srcdir)/lib
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Test code
 | 
			
		||||
#
 | 
			
		||||
bin_PROGRAMS = Grid_wilson Grid_comms Grid_memory_bandwidth
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Grid_wilson_SOURCES = Grid_wilson.cc
 | 
			
		||||
Grid_wilson_LDADD = -lGrid
 | 
			
		||||
 | 
			
		||||
Grid_comms_SOURCES = Grid_comms.cc
 | 
			
		||||
Grid_comms_LDADD = -lGrid
 | 
			
		||||
 | 
			
		||||
Grid_memory_bandwidth_SOURCES = Grid_memory_bandwidth.cc
 | 
			
		||||
Grid_memory_bandwidth_LDADD = -lGrid
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user