Skip to content

Commit 0872b9d

Browse files
committed
Remove last bits of ParMETIS
1 parent ad9f6c5 commit 0872b9d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sst/core/Makefile.am

-4
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,11 @@ sstinfo_x_SOURCES = \
293293
sstsim_x_LDADD = \
294294
$(PYTHON_LIBS) \
295295
$(ZOLTAN_LIB) \
296-
$(PARMETIS_LIB) \
297296
$(MPILIBS) \
298297
$(TCMALLOC_LIB) \
299298
-lm
300299

301300
sstsim_x_LDFLAGS = \
302-
$(PARMETIS_LDFLAGS) \
303301
$(ZOLTAN_LDFLAGS) \
304302
$(TCMALLOC_LDFLAGS) \
305303
$(PYTHON_LDFLAGS) \
@@ -308,13 +306,11 @@ sstsim_x_LDFLAGS = \
308306

309307
sstinfo_x_LDADD = \
310308
$(ZOLTAN_LIB) \
311-
$(PARMETIS_LIB) \
312309
$(MPILIBS) \
313310
$(TCMALLOC_LIB) \
314311
-lm
315312

316313
sstinfo_x_LDFLAGS = \
317-
$(PARMETIS_LDFLAGS) \
318314
$(ZOLTAN_LDFLAGS) \
319315
$(TCMALLOC_LDFLAGS) \
320316
$(PYTHON_LDFLAGS) \

0 commit comments

Comments
 (0)