<div dir="ltr">The Open64 compiler doesn't accept what all other compilers think is a valid syntax (not sure what the standard says). <br>Try to replace the line<br>   REAL(DP), PARAMETER :: fact(0:8) = REAL((/1,1,2,6,24,120,720,5040,40320/),DP) <br>with<br>   REAL(DP), PARAMETER :: fact(0:8) = (/1_dp,1_dp,2_dp,6_dp,24_dp,120_dp,720_dp,5040_dp,40320_dp/)<div><div>or whatever syntax your compiler digests. Please report if you manage to compile and produce valid QE executables<br><br></div><div>Paoolo<br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 8, 2015 at 2:36 PM, mohammed shambakey <span dir="ltr"><<a href="mailto:shambakey1@gmail.com" target="_blank">shambakey1@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi<div><br></div><div>It is my first time to use quantum_espresso. I'm trying to install it on an hpc with redhat enterprise 6 and the following modules:</div><div><br></div><div><div>gcc/4.8.1</div><div>blas/open64/64/1</div><div>mvapich2/open64/64/1.9</div><div>slurm/2.5.7</div><div>fftw3/openmpi/open64/64/3.3.3</div><div>blacs/openmpi/open64/64/1.1patch03</div><div>open64/<a href="http://4.5.2.1" target="_blank">4.5.2.1</a></div><div>mpich/ge/open64/64/3.0.4</div><div>scalapack/open64/64/1.8.0</div><div><br></div><div>configuration ends successfully, but "make all" gives me the following error:</div><div><br></div><div>"</div><div><div>module xdm_module</div><div>       ^</div><div>openf95-855 openf90: ERROR XDM_MODULE, File = xdm_dispersion.f90, Line = 11, Column = 8</div><div>  The compiler has detected errors in module "XDM_MODULE".  No module information file will be created for this module.</div><div><br></div><div>  REAL(DP), PARAMETER :: fact(0:8) = REAL((/1,1,2,6,24,120,720,5040,40320/),DP)</div><div>                                     ^</div><div>openf95-587 openf90: ERROR XDM_MODULE, File = xdm_dispersion.f90, Line = 71, Column = 38</div><div>  The initialization expression must be a constant to be used with PARAMETER assignment for object "FACT".</div><div><br></div><div>openf95: Open64 Fortran Version 4.5.2.1 (f14) Mon Jun  8, 2015  11:19:18</div><div>openf95: 940 source lines</div><div>openf95: 2 Error(s), 0 Warning(s), 0 Other message(s), 0 ANSI(s)</div><div>openf95: "explain openf95-message number" gives more information about each message</div><div>make[2]: *** [xdm_dispersion.o] Error 2</div><div>make[1]: *** [pw] Error 1</div><div>make: *** [pw] Error 1</div></div><div>"</div><div><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div>Mohammed<br></div>
</font></span></div></div>
<br>_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
<a href="http://pwscf.org/mailman/listinfo/pw_forum" target="_blank">http://pwscf.org/mailman/listinfo/pw_forum</a><br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><span><span><font color="#888888">Paolo Giannozzi, Dept. Chemistry&Physics&Environment,<br>
Univ. Udine, via delle Scienze 208, 33100 Udine, Italy<br>
hone <a href="tel:%2B39-0432-558216" value="+390432558216" target="_blank">+39-0432-558216</a>, fax <a href="tel:%2B39-0432-558222" value="+390432558222" target="_blank">+39-0432-558222</a></font></span></span></div></div>
</div>