Skip to content

Commit 90f5fae

Browse files
committed
manual merge of patch from Rob
1 parent 63f7006 commit 90f5fae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

common/make.defs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#name of MPI C compiler, e.g. mpiicc, mpicc
2-
MPICC=
2+
MPICC:=mpiicc
33

44
#name of C compiler, e.g. icc, xlc, gcc
5-
CC=
5+
CC:=icc
66

7-
#name of compile line flag enabling OpenMP, e.g. -openmp, -fopenmp
8-
OPENMPFLAG=
7+
#name of compile line flag enabling OpenMP, e.g. -openmp, -fopenmp, -qopenmp
8+
OPENMPFLAG:=-qopenmp
99

1010
#default compiler optimization flags
11-
DEFAULT_OPT_FLAGS=
11+
DEFAULT_OPT_FLAGS:=-O2
1212

1313
############################ OPTIONAL #########################
1414

1515
#name of C++ compiler (to be used in MPI context for Grappa), e.g. mpigxx, mpiicpc
16-
CXX=
16+
CXX:=icpc
1717

1818
#name of MPI C compiler (to be used in Fine-Grain MPI context), e.g. mpicc
1919
FGMPICC=

0 commit comments

Comments
 (0)