File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ STARFLAG = -DSTAR
22
22
# DEBUGFLAG = -DVERBOSE
23
23
# description: default diagnostic style is silent
24
24
25
- USERFLAGS =
25
+ USERFLAGS =
26
26
# description: parameter to specify optional flags
27
27
28
28
# set the following variables for custom libraries and/or other objects
29
- EXTOBJS =
30
- LIBS = # -mt_mpi
31
- LIBPATHS =
32
- INCLUDEPATHS =
29
+ EXTOBJS =
30
+ LIBS =
31
+ LIBPATHS =
32
+ INCLUDEPATHS =
33
33
34
34
# ## End User configurable options ###
35
35
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ include ../../common/make.defs
2
2
AMPICC=$(CHARMTOP)/bin/ampicc
3
3
CCOMPILER=$(AMPICC)
4
4
CITRANSLATOR=$(AMPICC) -E
5
- CLINKER=$(CCOMPILER) -language ampi -mt_mpi
5
+ CLINKER=$(CCOMPILER) -language ampi
6
6
COMOBJS=MPI_bail_out.o wtime.o
7
7
PROG_ENV=-DADAPTIVE_MPI
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ include ../../common/make.defs
2
2
CHARMC=$(CHARMTOP)/bin/charmc
3
3
CCOMPILER=$(CHARMC)
4
4
CITRANSLATOR=$(CHARMC) -E
5
- CLINKER=$(CCOMPILER) -language charm++ -mt_mpi
5
+ CLINKER=$(CCOMPILER) -language charm++
6
6
COMOBJS=
7
7
PROG_ENV=-DCHARM++
You can’t perform that action at this time.
0 commit comments