Changeset 406b50a


Ignore:
Timestamp:
10/02/15 14:59:35 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master, pympi
Children:
a4fee13
Parents:
ba0fbd1
git-author:
Hal Finkel <hfinkel@…> (10/02/15 14:59:35)
git-committer:
Hal Finkel <hfinkel@…> (10/02/15 14:59:35)
Message:

Add simple benchmark programs to the makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GNUmakefile

    rda65757 r406b50a  
    105105        $(MPICXX) $(MPI_CFLAGS) -o $@ $^  
    106106 
     107$(MPIDIR)/GenericIOBenchmarkRead: $(MPIDIR)/GenericIOBenchmarkRead.o $(MPIDIR)/GenericIO.o $(MPIDIR)/blosc.o $(MPIDIR)/blosclz.o $(MPIDIR)/shuffle.o 
     108        $(MPICXX) $(MPI_CFLAGS) -o $@ $^  
     109 
     110$(MPIDIR)/GenericIOBenchmarkWrite: $(MPIDIR)/GenericIOBenchmarkWrite.o $(MPIDIR)/GenericIO.o $(MPIDIR)/blosc.o $(MPIDIR)/blosclz.o $(MPIDIR)/shuffle.o 
     111        $(MPICXX) $(MPI_CFLAGS) -o $@ $^  
     112 
    107113frontend-progs: $(FEDIR)/GenericIOPrint $(FEDIR)/GenericIOVerify 
    108114fe-progs: frontend-progs 
    109115 
    110 mpi-progs: $(MPIDIR)/GenericIOPrint $(MPIDIR)/GenericIOVerify 
     116mpi-progs: $(MPIDIR)/GenericIOPrint $(MPIDIR)/GenericIOVerify $(MPIDIR)/GenericIOBenchmarkRead $(MPIDIR)/GenericIOBenchmarkWrite 
    111117 
    112118frontend-sqlite: $(FEDIR)/GenericIOSQLite.so $(FEDIR)/sqlite3 
Note: See TracChangeset for help on using the changeset viewer.