Skip to content

Commit

Permalink
Cleanup workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed Sep 11, 2023
1 parent dbae7d9 commit 4bfaf5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/cp2k/Linux-x86-64-intelx.arch
Original file line number Diff line number Diff line change
Expand Up @@ -1099,11 +1099,6 @@ mp2_optimize_ri_basis.o: mp2_optimize_ri_basis.F
$(eval MAKE_FYPP := $(if $(FYPP),$(FYPP) $(FYPPFLAGS) $< $*.F90,$(NULL)))
$(MAKE_FYPP)
$(FC) -c $(FCFLAGS) -O0 -D__SHORT_FILE__="\"$(subst $(SRCDIR)/,,$<)\"" -I'$(dir $<)' $(OBJEXTSINCL) $*.F90 $(FCLOGPIPE)
else ifneq (0,$(INTEL))
dbt_types.o: dbt_types.F
$(eval MAKE_FYPP := $(if $(FYPP),$(FYPP) $(FYPPFLAGS) $< $*.F90,$(NULL)))
$(MAKE_FYPP)
$(FC) -c $(FCFLAGS) -O0 -D__SHORT_FILE__="\"$(subst $(SRCDIR)/,,$<)\"" -I'$(dir $<)' $(OBJEXTSINCL) $*.F90 $(FCLOGPIPE)
endif

ifneq (,$(filter 0,$(GNU)))
Expand Down

0 comments on commit 4bfaf5f

Please sign in to comment.