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 5ffaecb commit dbae7d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/cp2k/Linux-x86-64-intelx.arch
Original file line number Diff line number Diff line change
Expand Up @@ -1100,10 +1100,6 @@ mp2_optimize_ri_basis.o: mp2_optimize_ri_basis.F
$(MAKE_FYPP)
$(FC) -c $(FCFLAGS) -O0 -D__SHORT_FILE__="\"$(subst $(SRCDIR)/,,$<)\"" -I'$(dir $<)' $(OBJEXTSINCL) $*.F90 $(FCLOGPIPE)
else ifneq (0,$(INTEL))
thermostat_types.o: thermostat_types.F
$(eval MAKE_FYPP := $(if $(FYPP),$(FYPP) $(FYPPFLAGS) $< $*.F90,$(NULL)))
$(MAKE_FYPP)
$(FC) -c $(filter-out -qopenmp,$(FCFLAGS)) -D__SHORT_FILE__="\"$(subst $(SRCDIR)/,,$<)\"" -I'$(dir $<)' $(OBJEXTSINCL) $*.F90 $(FCLOGPIPE)
dbt_types.o: dbt_types.F
$(eval MAKE_FYPP := $(if $(FYPP),$(FYPP) $(FYPPFLAGS) $< $*.F90,$(NULL)))
$(MAKE_FYPP)
Expand Down

0 comments on commit dbae7d9

Please sign in to comment.