About the Tuesday example in school2018

This section is dedicated to compilation problems

Moderator: stiwari

Post Reply
shashali
Posts: 2
Joined: Thu Aug 10, 2017 9:09 am
Affiliation:

About the Tuesday example in school2018

Post by shashali »

Hi everyone,

I just study the EPW from the school2018 document. In the exercise 2 in Tuesday, it is said that in order to calculate the semiconductor, the ph.x should be re-complied.

After : cp do_phonon.f90 elphon.f90 phq_readin.f90 symdyn_munu.f90 PATH/q-e/PHonon/PH
I can't recompile successfully, with the following errors:

elphon.f90(282): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [WAVEFUNCTIONS_MODULE]
USE wavefunctions_module, ONLY: evc
------^
elphon.f90(293): error #6580: Name in only-list does not exist or is not accessible. [LRWFC]
USE units_ph, ONLY : iubar, lrbar, lrwfc, iuwfc
-------------------------------------^
elphon.f90(293): error #6580: Name in only-list does not exist or is not accessible. [IUWFC]
USE units_ph, ONLY : iubar, lrbar, lrwfc, iuwfc
--------------------------------------------^
elphon.f90(367): error #6404: This name does not have a type, and must have an explicit type. [EVC]
CALL get_buffer(evc, lrwfc, iuwfc, ikk)


Does anyone saw this before? Thank you so much!

Best regards,
shasha

hpaudya1
Posts: 190
Joined: Tue Mar 21, 2017 7:11 pm
Affiliation:

Re: About the Tuesday example in school2018

Post by hpaudya1 »

Hi shashali,

Are you using the same version of qe that was used during the school? I think in the school qe-v6.2.2 was used.

Best,
Hari Paudyal

shashali
Posts: 2
Joined: Thu Aug 10, 2017 9:09 am
Affiliation:

Re: About the Tuesday example in school2018

Post by shashali »

Hi, Hari Paudyal

Thank you so much for your attention. I used the qe6.4.1. I will try the 6.2.2. Thank you!


Best regards,
shasha

sponce
Site Admin
Posts: 616
Joined: Wed Jan 13, 2016 7:25 pm
Affiliation: EPFL

Re: About the Tuesday example in school2018

Post by sponce »

Dear shasha,

If you want an up-to-date version of the files, you can also look into q-e/test-suite/not_epw_comp

Best,
Samuel
Prof. Samuel Poncé
Chercheur qualifié F.R.S.-FNRS / Professeur UCLouvain
Institute of Condensed Matter and Nanosciences
UCLouvain, Belgium
Web: https://www.samuelponce.com

Post Reply