[Pw_forum] missing dependencies

David Strubbe dstrubbe at berkeley.edu
Fri Dec 14 17:36:06 CET 2012


Dear QE developers,

In trying to compile in parallel with make -j, I found some missing
dependencies.

PHonon/PH/make.depend: add the line
+ rotate_dvscf_star.o : dfile_star.o

PP/src/Makefile
plotproj.x, plotband.x, and plotrho.o should all have $(PPOBJS) $(MODULES)
in their dependency lines, like the other executables there:

- plotband.x : plotband.o $(LIBOBJS)
+ plotband.x : plotband.o $(PPOBJS) $(MODULES) $(LIBOBJS)

- plotproj.x : plotproj.o $(LIBOBJS)
+ plotproj.x : plotproj.o $(PPOBJS) $(MODULES) $(LIBOBJS)

- plotrho.x : plotrho.o $(LIBOBJS)
- plotrho.x : plotrho.o $(PPOBJS) $(MODULES) $(LIBOBJS)


David Strubbe
MIT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20121214/c271267f/attachment.html>


More information about the users mailing list