Skip to content

Commit bf5109c

Browse files
committed
remove mt_mpi flag since breaks netlrts PRK builds
1 parent 9d62bf9 commit bf5109c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHARM++/Transpose/Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ STARFLAG = -DSTAR
2222
#DEBUGFLAG = -DVERBOSE
2323
#description: default diagnostic style is silent
2424

25-
USERFLAGS =
25+
USERFLAGS =
2626
#description: parameter to specify optional flags
2727

2828
#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 =
3333

3434
### End User configurable options ###
3535

common/AMPI.defs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ include ../../common/make.defs
22
AMPICC=$(CHARMTOP)/bin/ampicc
33
CCOMPILER=$(AMPICC)
44
CITRANSLATOR=$(AMPICC) -E
5-
CLINKER=$(CCOMPILER) -language ampi -mt_mpi
5+
CLINKER=$(CCOMPILER) -language ampi
66
COMOBJS=MPI_bail_out.o wtime.o
77
PROG_ENV=-DADAPTIVE_MPI

common/CHARM++.defs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ include ../../common/make.defs
22
CHARMC=$(CHARMTOP)/bin/charmc
33
CCOMPILER=$(CHARMC)
44
CITRANSLATOR=$(CHARMC) -E
5-
CLINKER=$(CCOMPILER) -language charm++ -mt_mpi
5+
CLINKER=$(CCOMPILER) -language charm++
66
COMOBJS=
77
PROG_ENV=-DCHARM++

0 commit comments

Comments
 (0)