Page 1 of 1

superconductivity.o in github/gitlab repositories version

Posted: Fri Apr 06, 2018 8:47 am
by andreyl
Hi!

I have a problem making the latest development version of EPW from both

https://gitlab.com/QEF/q-e

and

https://github.com/QEF/q-e

the problem for both version appears on make epw step:

Code: Select all

make[2]: *** No rule to make target 'superconductivity.o', needed by 'libepw.a'.  Stop.
make[2]: Leaving directory '/vol/tcm36/andreil/codes/QE_dev/epw_rep/q-e/EPW/src'
Makefile:7: recipe for target 'epw' failed
make[1]: *** [epw] Error 2
make[1]: Leaving directory '/vol/tcm36/andreil/codes/QE_dev/epw_rep/q-e/EPW'
Makefile:139: recipe for target 'epw' failed
make: *** [epw] Error 1


I did make pwall,went well and at least pw is working. ph.x has also compiled.

I checked QE 6.2.1 EPW Makefile and superconductivity.o is not in the EPWOBJS list,
while it is in the current repository version.

I understand, that this is the development version, and this may be the independent/expected behaviour,
if this is correct, can you please point me on the commit number, which is closest to the version,
used on the recent EPC school in Trieste?
My intention was to get the code version, which was used on the school.

P.S. thanks again for organizing the school, that really was great.

Best,
Andrei

Re: superconductivity.o in github/gitlab repositories versio

Posted: Sat Apr 07, 2018 2:44 pm
by sponce
Dear Andrei,

This is because you are using the "master" branch and not the "develop" branch.

Just do
git clone https://gitlab.com/QEF/q-e
cd q-e
git checkout develop
./configure
make epw

Should work.

Cheers,
Samuel

Re: superconductivity.o in github/gitlab repositories versio

Posted: Mon Apr 09, 2018 3:59 pm
by andreyl
Dear Samuel,

Yes, it does work, thank you!

Best wishes,
Andrei