From cf679057889c2ccf9cf6596dbddf20745f4ca11d Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Fri, 24 Sep 2021 21:35:51 +0200 Subject: [PATCH] Fix makefiles --- amgprec/impl/aggregator/Makefile | 2 +- samples/advanced/pdegen/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amgprec/impl/aggregator/Makefile b/amgprec/impl/aggregator/Makefile index 4e30fa96..3d0532ad 100644 --- a/amgprec/impl/aggregator/Makefile +++ b/amgprec/impl/aggregator/Makefile @@ -5,7 +5,7 @@ MODDIR=../../../modules HERE=../.. FINCLUDES=$(FMFLAG)$(HERE) $(FMFLAG)$(MODDIR) $(FMFLAG)$(INCDIR) $(PSBLAS_INCLUDES) -CXXINCLUDES=$(FIFLAG)$(HERE) $(FIFLAG)$(INCDIR) $(FIFLAG)/. -I../../../../../ParallelRomaF-main/include -I$(PSBLAS_INCDIR) +CXXINCLUDES=$(FIFLAG)$(HERE) $(FIFLAG)$(INCDIR) $(FIFLAG)/. -I../../../../ParallelRomaF-main/include -I$(PSBLAS_INCDIR) #CINCLUDES= -I${SUPERLU_INCDIR} -I${HSL_INCDIR} -I${SPRAL_INCDIR} -I/home/users/pasqua/Ambra/BootCMatch/include -lBCM -L/home/users/pasqua/Ambra/BootCMatch/lib -lm diff --git a/samples/advanced/pdegen/Makefile b/samples/advanced/pdegen/Makefile index 9b5d9d54..913f5bb2 100644 --- a/samples/advanced/pdegen/Makefile +++ b/samples/advanced/pdegen/Makefile @@ -7,7 +7,7 @@ AMG_LIBS=-L$(AMGLIBDIR) -lpsb_krylov -lamg_prec -lpsb_prec FINCLUDES=$(FMFLAG). $(FMFLAG)$(AMGMODDIR) $(FMFLAG)$(AMGINCDIR) $(PSBLAS_INCLUDES) $(FIFLAG). LINKOPT= -XTRALINK=-lstdc++ -lroma -L../../../../../ParallelRomaF-main/lib/ -fopenmp +XTRALINK=-lstdc++ -lroma -L../../../../ParallelRomaF-main/lib/ -fopenmp EXEDIR=./runs all: amg_s_pde3d amg_d_pde3d amg_s_pde2d amg_d_pde2d