Skip to content

Commit

Permalink
remove OpenMP and unnecessary binaries for release 1
Browse files Browse the repository at this point in the history
Change-Id: I42c87413a7d26d01a014296522cb5ab8ff467bc1
  • Loading branch information
Hammond, Jeff R committed Jan 2, 2020
1 parent 6b582f0 commit daf8451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
CC = gcc
CFLAGS = -Wall -g3 -O3 -fopenmp -std=c99
CFLAGS = -Wall -Os -std=c99

INTEL_STATIC = -static-intel -no-intel-extensions

CFLAGS += -DDEBUG
CFLAGS += -DSUPPORT_XEON_PHI
CFLAGS += -DSUPPORT_ICELAKE

all: test.x time.x empirical.x
all: test.x #time.x empirical.x

# Unfortunately, the assembly syntax used in this code
# does not compile with GCC or Clang.
Expand Down

0 comments on commit daf8451

Please sign in to comment.