Skip to content

Commit

Permalink
Adds OpenMP compatibility.
Browse files Browse the repository at this point in the history
Adds ignore file to ignore build artifacts.
  • Loading branch information
Bidski committed May 8, 2017
1 parent 6a78fdf commit 58955e5
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 76 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
svm-predict
svm-scale
svm-train
*.o

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CXX ?= g++
CFLAGS = -Wall -Wconversion -O3 -fPIC
CFLAGS = -Wall -Wconversion -O3 -fPIC -fopenmp
SHVER = 2
OS = $(shell uname)
PREFIX = /usr/local
Expand Down
Loading

0 comments on commit 58955e5

Please sign in to comment.