Skip to content

Commit

Permalink
update test makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Jackson committed Jan 15, 2025
1 parent 374296c commit 1174c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-suite/library-mode-test/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ include $(ROOT)/make.inc
# module include path specifier "-J" is gcc specific
# compare_results compares the printed final centres and spreads with those obtained with the standalone wannier90.x executable (see directory "ref")
results.dat: demo.x
./demo.x > $<
./demo.x > $@
./compare_results.py
demo.x: demo.o
$(MPIF90) $< -o $@ $(LIBS) -L$(ROOT) -lwannier90_mpi
$(MPIF90) $< -o $@ $(LIBS) -L$(ROOT) -lwannier90
demo.o: demo.f90
$(MPIF90) $(FCOPTS) -J$(ROOT)/src/obj -c $<
clean:
Expand Down

0 comments on commit 1174c97

Please sign in to comment.