add -std=c++11 to a number of machine makefiles for traditional make build

This commit is contained in:
Axel Kohlmeyer
2021-09-27 16:28:55 -04:00
parent 7b11f916b7
commit 395e22457c
23 changed files with 48 additions and 48 deletions

View File

@ -8,12 +8,12 @@ SHELL = /bin/sh
export OMPI_CXX = g++
CC = mpicxx
CCFLAGS = -O3 -march=native -mcpu=native
CCFLAGS = -O3 -march=native -mcpu=native -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpicxx
LINKFLAGS = -O
LINKFLAGS = -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = g++
CCFLAGS = -O3 -march=native -mcpu=native
CCFLAGS = -O3 -march=native -mcpu=native -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = g++
LINKFLAGS = -O
LINKFLAGS = -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = mpicxx
CCFLAGS = -O
CCFLAGS = -O2 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpicxx
LINKFLAGS = -O
LINKFLAGS = -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = c++
CCFLAGS = -O
CCFLAGS = -O -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = c++
LINKFLAGS = -O
LINKFLAGS = -O -std=c++11
LIB =
SIZE = size

View File

@ -8,12 +8,12 @@ SHELL = /bin/sh
# unless additional compiler/linker flags or libraries needed for your machine
CC = /opt/local/bin/mpicxx-openmpi-mp
CCFLAGS = -O3
CCFLAGS = -O3 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = /opt/local/bin/mpicxx-openmpi-mp
LINKFLAGS = -O3
LINKFLAGS = -O3 -std=c++11
LIB =
SIZE = size

View File

@ -11,12 +11,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = mpic++
CCFLAGS = -g -O3 # -Wunused
CCFLAGS = -g -O3 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpic++
LINKFLAGS = -g -O3
LINKFLAGS = -g -O3 -std=c++11
LIB =
SIZE = size

View File

@ -10,12 +10,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = mpic++
CCFLAGS = -g -O3 # -Wunused
CCFLAGS = -g -O3 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpic++
LINKFLAGS = -g -O3
LINKFLAGS = -g -O3 -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = mpicxx
CCFLAGS = -g -O3
CCFLAGS = -g -O3 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpicxx
LINKFLAGS = -g -O3
LINKFLAGS = -g -O3 -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = g++
CCFLAGS = -g -O3
CCFLAGS = -g -O3 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = g++
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = mpicxx -cxx=g++
CCFLAGS = -g -O3
CCFLAGS = -g -O3 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpicxx -cxx=g++
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = g++
CCFLAGS = -g -O3
CCFLAGS = -g -O3 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = g++
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = g++
CCFLAGS = -g -O3
CCFLAGS = -g -O3 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = g++
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -6,13 +6,13 @@ SHELL = /bin/sh
# compiler/linker settings
# specify flags and libraries needed for your compiler
CC = g++ -std=c++11
CCFLAGS = -g -O3
CC = g++
CCFLAGS = -g -O3 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = g++ -std=c++11
LINKFLAGS = -g -O
LINK = g++
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = mpicxx
CCFLAGS = -g -O3
CCFLAGS = -g -O3 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpicxx
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = mpicxx -cxx=icc
CCFLAGS = -g -O3 -restrict
CCFLAGS = -g -O3 -restrict -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpicxx -cxx=icc
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = icc
CCFLAGS = -g -O3 -restrict
CCFLAGS = -g -O3 -restrict -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = icc
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -8,12 +8,12 @@ SHELL = /bin/sh
export OMPI_CXX = icc
CC = mpicxx
CCFLAGS = -g -O3 -restrict
CCFLAGS = -g -O3 -restrict -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpicxx
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = icc
CCFLAGS = -g -O3 -restrict
CCFLAGS = -g -O3 -restrict -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = icc
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = icc
CCFLAGS = -g -O3 -restrict
CCFLAGS = -g -O3 -restrict -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = icc
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = mpicxx
CCFLAGS = -g -O3
CCFLAGS = -g -O3 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpicxx
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = mpicxx
CCFLAGS = -g -O3 -restrict -fopenmp
CCFLAGS = -g -O3 -restrict -fopenmp -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpicxx
LINKFLAGS = -g -O -fopenmp
LINKFLAGS = -g -O -fopenmp -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = mpicxx
CCFLAGS = -g -O3 -restrict
CCFLAGS = -g -O3 -restrict -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpicxx
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size

View File

@ -7,12 +7,12 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = mpicxx
CCFLAGS = -g -O3
CCFLAGS = -g -O3 -std=c++11
SHFLAGS = -fPIC
DEPFLAGS = -M
LINK = mpicxx
LINKFLAGS = -g -O
LINKFLAGS = -g -O -std=c++11
LIB =
SIZE = size