Browse Source

Update Makefile

pull/3163/head
Martin Kroeker GitHub 5 years ago
parent
commit
785ebd1492
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      benchmark/Makefile

+ 4
- 0
benchmark/Makefile View File

@@ -3433,6 +3433,10 @@ dznrm2.$(SUFFIX) : nrm2.c
smallscaling: smallscaling.c ../$(LIBNAME)
$(CC) $(CFLAGS) -o $(@F) $^ $(EXTRALIB) -fopenmp -lm -lpthread
sgemv_bench : sgemv_bench.c ../$(LIBNAME)
$(CC) $(CFLAGS) -o $(@F) $^ $(CEXTRALIB) $(EXTRALIB) $(FEXTRALIB) -lm
clean ::
@rm -f *.goto *.mkl *.acml *.atlas *.veclib *.essl smallscaling


Loading…
Cancel
Save