From f1a23b1ea24187b3ab22f52d8a41d70a57cf1e9f Mon Sep 17 00:00:00 2001 From: tabedzki2 <59632999+tabedzki2@users.noreply.github.com> Date: Tue, 7 Jan 2020 21:47:43 -0500 Subject: [PATCH] Updated Makefile.stampede: replacement options icc The default options for Makefile.stampede did not compile. They had to be updated to include the `q` replacement options. --- src/MAKE/MACHINES/Makefile.stampede | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/MAKE/MACHINES/Makefile.stampede b/src/MAKE/MACHINES/Makefile.stampede index 69da22c9c9..ecd0810d1d 100644 --- a/src/MAKE/MACHINES/Makefile.stampede +++ b/src/MAKE/MACHINES/Makefile.stampede @@ -6,13 +6,13 @@ SHELL = /bin/sh # compiler/linker settings # specify flags and libraries needed for your compiler -CC = mpicc -openmp -DLMP_INTEL_OFFLOAD -DLAMMPS_MEMALIGN=64 -MIC_OPT = -offload-option,mic,compiler,"-fp-model fast=2 -mGLOB_default_function_attrs=\"gather_scatter_loop_unroll=4\"" -CCFLAGS = -O3 -xhost -fp-model precise -restrict -override-limits $(MIC_OPT) +CC = mpicc -qopenmp -DLMP_INTEL_OFFLOAD -DLAMMPS_MEMALIGN=64 +MIC_OPT = -qoffload-option,mic,compiler,"-fp-model fast=2 -mGLOB_default_function_attrs=\"gather_scatter_loop_unroll=4\"" +CCFLAGS = -O3 -xhost -fp-model precise -restrict -qoverride-limits $(MIC_OPT) SHFLAGS = -fPIC DEPFLAGS = -M -LINK = mpicc -openmp +LINK = mpicc -qopenmp LINKFLAGS = -O3 -xhost LIB = -ltbbmalloc SIZE = size