8000 Avoid warnings in newer Intel compilers by jspark1105 · Pull Request #49 · hpcg-benchmark/hpcg · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Avoid 8000 warnings in newer Intel compilers #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup/Make.MPIICPC_OMP
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ HPCG_DEFS = $(HPCG_OPTS) $(HPCG_INCLUDES) -DMPICH_IGNORE_CXX_SEEK
# ----------------------------------------------------------------------
#
CXX = mpiicpc
CXXFLAGS = $(HPCG_DEFS) -O3 -openmp
CXXFLAGS = $(HPCG_DEFS) -O3 -qopenmp -mavx -std=c++11
#
LINKER = $(CXX)
LINKFLAGS = $(CXXFLAGS)
Expand Down
0