[Q-e-developers] [Q-e-commits] r12231 - trunk/espresso/GWW/bse

Filippo SPIGA filippo.spiga at quantum-espresso.org
Fri Mar 25 15:49:28 CET 2016


Hi Paolo,

I think I interpreted correctly your code and the fix should look like this:

[fs395 at login-sand4 espresso]$ svn diff /scratch/fs395/QE/espresso/GWW/bse/plot_excwfn.f90
Index: /scratch/fs395/QE/espresso/GWW/bse/plot_excwfn.f90
===================================================================
--- /scratch/fs395/QE/espresso/GWW/bse/plot_excwfn.f90  (revision 12249)
+++ /scratch/fs395/QE/espresso/GWW/bse/plot_excwfn.f90  (working copy)
@@ -67,7 +67,7 @@
 !get the valence wavefunctions at the nxh,nyh,nzh (only one processor has it!)
 #ifndef __PARA
 nh=(nzh-1)*fc%nrx1t*fc%nrx2t+(nyh-1)*fc%nrx1t+nxh
-v_rh(:)=v_rt%wfnrt(nh,:,1)
+v_rh(:)=vstate_r%wfnrt(nh,:,1)
 #else
 nr3s_start=0
 nr3s_end =0

I did not commit this (yet). However I got stuck at link step:

make[2]: *** No rule to make target `../../PHonon/Gamma/libcg.a', needed by `bse_main.x'.  Stop.
make[2]: Leaving directory `/scratch/fs395/QE/espresso/GWW/bse'
make[1]: *** [bsea] Error 1
make[1]: Leaving directory `/scratch/fs395/QE/espresso/GWW'
make: *** [gwl] Error 1  

Have you commit all your changes?

--
Mr. Filippo SPIGA, M.Sc.
Quantum ESPRESSO Foundation
http://www.quantum-espresso.org ~ skype: filippo.spiga

*****
Disclaimer: "Please note this message and any attachments are CONFIDENTIAL and may be privileged or otherwise protected from disclosure. The contents are not to be disclosed to anyone other than the addressee. Unauthorized recipients are requested to preserve this confidentiality and to advise the sender immediately of any error in transmission."

> On Mar 24, 2016, at 4:31 PM, Filippo SPIGA <filippo.spiga at quantum-espresso.org> wrote:
> 
> Ciao Paolo,
> 
> the code you commit has few issues on different compilers. Here one for example:
> 
>  pgf90 -fast -r8 -Mcache_align -mp -D__PGI -D__OPENMP -D__FFTW   -I../../include -I../../iotk/src -I../../Modules -I../../PHonon/Gamma/ -I../../PHonon/PH/ -I../../PW/src -I../../FFTXlib -I../../LAXlib -I../pw4gww -I../gww -I. -c plot_excwfn.F90 -o plot_excwfn.o
> PGF90-S-0141-Derived Type object required on left of % (plot_excwfn.F90: 70)
> PGF90-S-0075-Subscript, substring, or argument illegal in this context for v_rt (plot_excwfn.F90: 70)
> PGF90-S-0038-Symbol, v_rt, has not been explicitly declared (plot_excwfn.F90)
>   0 inform,   0 warnings,   3 severes, 0 fatal for plot_excwfn
> make[2]: *** [plot_excwfn.o] Error 2
> 
> 
> I will correct minor issues myself if those are immediate to fix. 
> 
> --
> Mr. Filippo SPIGA, M.Sc.
> Quantum ESPRESSO Foundation
> http://www.quantum-espresso.org ~ skype: filippo.spiga
> 
> *****
> Disclaimer: "Please note this message and any attachments are CONFIDENTIAL and may be privileged or otherwise protected from disclosure. The contents are not to be disclosed to anyone other than the addressee. Unauthorized recipients are requested to preserve this confidentiality and to advise the sender immediately of any error in transmission."

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/developers/attachments/20160325/4202ce20/attachment.html>


More information about the developers mailing list