On Sun, May 4, 2014 at 2:28 PM, Lorenzo Don? <lorechimica91 at hotmail.it> wrote: > Dear users and developers I am not able to compile the svn version of QE. > this is the error: > if test -d PW ; then \ > ( cd PW ; /Applications/Xcode.app/Contents/Developer/usr/bin/make TLDEPS= > all || exit 1) ; fi > ( cd src ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all || > exit 1 ) > if test -n "" ; then \ > ( cd ../.. ; /Applications/Xcode.app/Contents/Developer/usr/bin/make || > exit 1 ) ; fi > mpif90 -g -O3 -Wl,-search_paths_first -x f95-cpp-input -D__GFORTRAN > -D__STD_F95 -D__FFTW3 -D__MPI -D__PARA -I../../iotk/src -I../../Modules > -c pwscf.f90 > mpif90 -g -O3 -Wl,-search_paths_first -x f95-cpp-input -D__GFORTRAN > -D__STD_F95 -D__FFTW3 -D__MPI -D__PARA -I../../iotk/src -I../../Modules > -c ldaU.f90 > ldaU.f90:17.6: > > USE basis, ONLY : natomwfc > 1 > Fatal Error: Can't open module file 'basis.mod' for reading at (1): No such > file or directory > make[2]: *** [ldaU.o] Error 1 > make[1]: *** [pw] Error 1 > make: *** [pw] Error 1 > > I configured it with this configuration: > ./configure --with-internal-blas --with-internal-lapack > FFT_LIBS=/opt/local/lib/libfftw3.a > > thanks for your patience and to help me.
try updating the dependencies with "make depend" and then try compiling again. axel. > Dearly lorenzo > > _______________________________________________ > Pw_forum mailing list > Pw_forum at pwscf.org > http://pwscf.org/mailman/listinfo/pw_forum -- Dr. Axel Kohlmeyer akohlmey at gmail.com http://goo.gl/1wk0 College of Science & Technology, Temple University, Philadelphia PA, USA International Centre for Theoretical Physics, Trieste. Italy.
