Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-13 Thread Tobias Klöffel
Id=550986>for Windows 10 *From:*Chandan Kumar Choudhury <mailto:ckch...@g.clemson.edu> *Sent:*Thursday, March 11, 2021 3:45 PM *To:*Quantum ESPRESSO users Forum <mailto:users@lists.quantum-espresso.org> *Subject:*Re: [QE-users] Installing QE 670 on AMD EPYC Tha

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Chandan Kumar Choudhury
set to the same compiler used by >> mpif90 >> The command >> mpif90 --show >> will tell you which compiler is used by mpif90 >> set F90 to the same compiler do make clean and then make pw again. >> >> Removing mod files in never effective because tha make c

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Ye Luo
wrote: > > Dear Chandan > > Fox is probably compiling using a different compiler. > > Check the make.inc file and see if F90 is set to the same compiler used by > mpif90 > The command > mpif90 --show > will tell you which compiler is used by mpif90 > set F90 to t

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Tobias Klöffel
ws 10 *From:*Chandan Kumar Choudhury <mailto:ckch...@g.clemson.edu> *Sent:*Thursday, March 11, 2021 3:45 PM *To:*Quantum ESPRESSO users Forum <mailto:users@lists.quantum-espresso.org> *Subject:*Re: [QE-users] Installing QE 670 on AMD EPYC Thank you Paolo! I did the following ste

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Chandan Kumar Choudhury
o make clean. > > Pietro > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 > > From: Chandan Kumar Choudhury <mailto:ckch...@g.clemson.edu> > Sent: Thursday, March 11, 2021 3:45 PM > To: Quantum ESPRESSO users Forum &l

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Pietro Delugas
] Installing QE 670 on AMD EPYC Thank you Paolo! I did the following steps: make pw rm  FoX/finclude/m_common_io.mod  make clean make pw make clean removes the FoX directory and it recreates when we do 'make pw’ So, I still the same error mpif90 -O3 -g -fopenmp -cpp -fopenmp -D__FFTW3 -D__MPI

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Paolo Giannozzi
On Thu, Mar 11, 2021 at 3:45 PM Chandan Kumar Choudhury < ckch...@g.clemson.edu> wrote: > > F90-F-0004-Corrupt or Old Module file > /home/chandan_prescience_in/softwares/q-e-qe-6.7.0/FoX/finclude/m_common_io.mod > (fox_init_module.f90: 4) > you have to figure out why the compilation of

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Chandan Kumar Choudhury
Thank you Paolo! I did the following steps: make pw rm FoX/finclude/m_common_io.mod make clean make pw make clean removes the FoX directory and it recreates when we do 'make pw’ So, I still the same error mpif90 -O3 -g -fopenmp -cpp -fopenmp -D__FFTW3 -D__MPI -D__SCALAPACK

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Paolo Giannozzi
On Thu, Mar 11, 2021 at 2:44 PM Chandan Kumar Choudhury < ckch...@g.clemson.edu> wrote: The FoX directory is created during the make process. How do I > remove/delete m_commom_io.mod > rm FoX/include/delete m_commom_io.mod Not enough? "make clean", then "make [what-you-need]" -- Paolo

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Chandan Kumar Choudhury
> On Mar 11, 2021, at 6:24 PM, Paolo Giannozzi wrote: > > remove FoX/finclude/m_common_io.mod The FoX directory is created during the make process. How do I remove/delete m_commom_io.mod Here are my configure flags, if this helps: $./configure --with-scalapack=yes --enable-parallel

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Paolo Giannozzi
On Thu, Mar 11, 2021 at 1:11 PM Chandan Kumar Choudhury < ckch...@g.clemson.edu> wrote: > F90-F-0004-Corrupt or Old Module file > /home/chandan_prescience_in/apps/q-e-qe-6.7.0/ > (fox_init_module.f90: 4) > F90/x86-64 Linux Flang - 1.5 2017-05-01: compilation aborted > make[1]: ***

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Chandan Kumar Choudhury
Hi Paolo, Thank you for your suggestion. Setting FFTW_INCLUDE to the location of fftw3.f03, shows following messages: mpif90 -O3 -g -fopenmp -cpp -fopenmp -D__FFTW3 -D__MPI -D__SCALAPACK -I/home/chandan_prescience_in/apps/blis/include -I/home/chandan_prescience_in/apps/libFLAME/include

Re: [QE-users] Installing QE 670 on AMD EPYC

2021-03-11 Thread Paolo Giannozzi
On Thu, Mar 11, 2021 at 8:54 AM Chandan Kumar Choudhury < ckch...@g.clemson.edu> wrote: > F90-F-0906-Can't find include file fftw3.f03 (fft_scalar.FFTW3.f90: 40) > F90/x86-64 Linux Flang - 1.5 2017-05-01: compilation aborted > locate file fftw3.f03 in your software, set FFTW_INCLUDE

[QE-users] Installing QE 670 on AMD EPYC

2021-03-10 Thread Chandan Kumar Choudhury
Hi QE users, I am trying to install QE 6.7.0 on AMD EPYC 7B12. I have installed BLIS, lifFLAME, amd-fftw, and scalapack from source. Compiled them with clang, and flang (AOCC compilers) Also, openmpi 4.1.0 is installed from source. I have passed these paths in the configure. $export CC=gcc;