<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Paolo,<div class=""><br class=""></div><div class="">I think I interpreted correctly your code and the fix should look like this:</div><div class=""><br class=""></div><div class=""><font face="Courier New" class="">[fs395@login-sand4 espresso]$ svn diff /scratch/fs395/QE/espresso/GWW/bse/plot_excwfn.f90<br class="">Index: /scratch/fs395/QE/espresso/GWW/bse/plot_excwfn.f90<br class="">===================================================================<br class="">--- /scratch/fs395/QE/espresso/GWW/bse/plot_excwfn.f90  (revision 12249)<br class="">+++ /scratch/fs395/QE/espresso/GWW/bse/plot_excwfn.f90  (working copy)<br class="">@@ -67,7 +67,7 @@<br class=""> !get the valence wavefunctions at the nxh,nyh,nzh (only one processor has it!)<br class=""> #ifndef __PARA<br class=""> nh=(nzh-1)*fc%nrx1t*fc%nrx2t+(nyh-1)*fc%nrx1t+nxh<br class="">-v_rh(:)=v_rt%wfnrt(nh,:,1)<br class="">+v_rh(:)=vstate_r%wfnrt(nh,:,1)<br class=""> #else<br class=""> nr3s_start=0<br class=""> nr3s_end =0</font></div><div class=""><br class=""></div><div class="">I did not commit this (yet). However I got stuck at link step:</div><div class=""><br class=""></div><div class=""><div class=""><font face="Courier New" class="">make[2]: *** No rule to make target `../../PHonon/Gamma/libcg.a', needed by `bse_main.x'.  Stop.</font></div><div class=""><font face="Courier New" class="">make[2]: Leaving directory `/scratch/fs395/QE/espresso/GWW/bse'</font></div><div class=""><font face="Courier New" class="">make[1]: *** [bsea] Error 1</font></div><div class=""><font face="Courier New" class="">make[1]: Leaving directory `/scratch/fs395/QE/espresso/GWW'</font></div><div class=""><font face="Courier New" class="">make: *** [gwl] Error 1  </font></div></div><div class=""><br class=""></div><div class="">Have you commit all your changes?</div><div class=""><br class=""></div><div class=""><div class="">--<br class="">Mr. Filippo SPIGA, M.Sc.<br class="">Quantum ESPRESSO Foundation<br class=""><a href="http://www.quantum-espresso.org" class="">http://www.quantum-espresso.org</a> ~ skype: filippo.spiga<br class=""><br class="">*****<br class="">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."<br class=""></div><br class=""><blockquote type="cite" class="">On Mar 24, 2016, at 4:31 PM, Filippo SPIGA <<a href="mailto:filippo.spiga@quantum-espresso.org" class="">filippo.spiga@quantum-espresso.org</a>> wrote:<br class=""><br class="">Ciao Paolo,<br class=""><br class="">the code you commit has few issues on different compilers. Here one for example:<br class=""><br class=""> 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<br class="">PGF90-S-0141-Derived Type object required on left of % (plot_excwfn.F90: 70)<br class="">PGF90-S-0075-Subscript, substring, or argument illegal in this context for v_rt (plot_excwfn.F90: 70)<br class="">PGF90-S-0038-Symbol, v_rt, has not been explicitly declared (plot_excwfn.F90)<br class="">  0 inform,   0 warnings,   3 severes, 0 fatal for plot_excwfn<br class="">make[2]: *** [plot_excwfn.o] Error 2<br class=""><br class=""><br class="">I will correct minor issues myself if those are immediate to fix. <br class=""><br class="">--<br class="">Mr. Filippo SPIGA, M.Sc.<br class="">Quantum ESPRESSO Foundation<br class=""><a href="http://www.quantum-espresso.org" class="">http://www.quantum-espresso.org</a> ~ skype: filippo.spiga<br class=""><br class="">*****<br class="">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."<br class=""></blockquote><br class=""></div></body></html>