Skip to content

Commit

Permalink
rm F_BaseLib and F_MG from libamrex
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Mar 25, 2018
1 parent bbb54fb commit d327144
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@ ifeq ($(USE_FORTRAN_INTERFACE),TRUE)
Pdirs += F_Interfaces/Base F_Interfaces/Octree F_Interfaces/AmrCore
endif
ifeq ($(USE_LINEAR_SOLVERS),TRUE)
Pdirs += LinearSolvers/MLMG LinearSolvers/C_CellMG LinearSolvers/C_to_F_MG
Pdirs += LinearSolvers/MLMG LinearSolvers/C_CellMG
endif
Ppack := $(foreach dir, $(Pdirs), $(AMREX_HOME)/Src/$(dir)/Make.package)
include $(Ppack)

ifeq ($(USE_LINEAR_SOLVERS),TRUE)
include $(AMREX_HOME)/Src/LinearSolvers/F_MG/FParallelMG.mak
include $(AMREX_HOME)/Src/F_BaseLib/FParallelMG.mak
endif

all: $(amrexlib)
@echo SUCCESS

Expand Down

0 comments on commit d327144

Please sign in to comment.