Re: [QE-users] Problems running make pw

2020-08-29 Thread Aaron Celestian
t; Try > CPP = gcc -E > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 > > From: Paolo Giannozzi <mailto:p.gianno...@gmail.com> > Sent: Saturday, August 29, 2020 5:33 PM > To: Quantum ESPRESSO users Forum <mailto:users@lists.quantum

Re: [QE-users] Problems running make pw

2020-08-29 Thread Pietro Delugas
Hi It is cpp itself, it is some compiler in macOS Redefining CPP in make.inc should ork Try CPP = gcc -E Sent from Mail for Windows 10 From: Paolo Giannozzi Sent: Saturday, August 29, 2020 5:33 PM To: Quantum ESPRESSO users Forum Subject: Re: [QE-users] Problems running make pw Mac OS

Re: [QE-users] Problems running make pw

2020-08-29 Thread Paolo Giannozzi
Mac OS weridness as usual. In make.inc, between the line .h.fh: and the line $(CPP) $(CPPFLAGS) $< -o $*.fh add a line echo $(CPP) $(CPPFLAGS) $< -o $*.fh (there is a tabulator at the beginning of the line, not spaces). This should tell you what is the command that fails, so you

Re: [QE-users] Problems running make pw

2020-08-29 Thread Aaron Celestian
Apologies, forgot to include that. This was the only error. After this, then compilation stopped. include 'laxlib_low.fh' include 'laxlib_mid.fh' include 'laxlib_hi.fh' include 'laxlib_param.fh' INTEGER, EXTERNAL :: ldim_block, ldim_cyclic, ldim_block_sca 1 warning

Re: [QE-users] Problems running make pw

2020-08-29 Thread Paolo Giannozzi
On Sat, Aug 29, 2020 at 12:37 AM Aaron Celestian wrote: > > * f951:* *Warning:* Nonexistent include directory ' > */Users/acelesti/QE//FoX/finclude*' [*-Wmissing-include-dirs*] > mpif90 -O3 -g -fallow-argument-mismatch -cpp -D__FFTW -D__MPI -Duse_beef > - I/Users/acelesti/QE//include

Re: [QE-users] Problems running make pw

2020-08-28 Thread Aaron Celestian
Hello Paolo and Kelsey, I’m brand new to this list and QE, and I’m having the same problem as Kelsey. The '-fallow-argument-mismatch' warning is present for me. I’ve read through most of the archives looking for clues for solving this, but I wasn’t able to find a solution to what I’m doing

Re: [QE-users] Problems running make pw

2020-08-14 Thread Paolo Giannozzi
gcc 10? check for the presence of "-fallow-argument-mismatch" in compilation flags. "configure" should automatically add it, though. Paolo On Fri, Aug 14, 2020 at 12:33 AM Kelsey Levine wrote: > Dear QE Users, > > I am trying to set up Quantum Espresso 6.5 and have run into a problem > after

[QE-users] Problems running make pw

2020-08-13 Thread Kelsey Levine
Dear QE Users, I am trying to set up Quantum Espresso 6.5 and have run into a problem after running make pw. ./configure runs successfully, but make pw returns the following: mp.f90:173:24: 173 | CALL MPI_GATHER(mydata, 1, MPI_INTEGER, alldata, 1, MPI_INTEGER, root, group, IERR)