Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
trholding committed Aug 2, 2023
1 parent 2d257d0 commit 27a66e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ runclblast: run.c

.PHONY: runopenblas
runopenblas: run.c
$(CC) -D OPENBLAS -Ofast -fopenmp -march=native run.c -lm -lopenblas -o run

.PHONY: runblas
runblas: run.c
$(CC) -D OPENBLAS -Ofast -fopenmp -march=native run.c -lm -lcblas -o run

.PHONY: cosmorun
Expand Down

0 comments on commit 27a66e1

Please sign in to comment.