Initial checkin of simplified miniMD port. Does not work yet.
This commit is contained in:
21
include_GCC.mk
Normal file
21
include_GCC.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
FC = gfortran
|
||||
LINKER = $(CXX)
|
||||
|
||||
ANSI_CFLAGS = -ansi
|
||||
ANSI_CFLAGS += -std=c99
|
||||
ANSI_CFLAGS += -pedantic
|
||||
ANSI_CFLAGS += -Wextra
|
||||
|
||||
# CFLAGS = -O0 -g -std=c99 -fargument-noalias
|
||||
CFLAGS = -O3 -march=znver1 -ffast-math -funroll-loops -fopenmp
|
||||
CXXFLAGS = $(CFLAGS)
|
||||
ASFLAGS = -masm=intel
|
||||
FCFLAGS =
|
||||
LFLAGS =
|
||||
DEFINES = -D_GNU_SOURCE
|
||||
INCLUDES =
|
||||
LIBS =
|
||||
|
||||
|
Reference in New Issue
Block a user