<div dir="ltr"><div><div><div><div>Dear QE developers, <br><br></div>I've been trying to compile the current trunk of QE using the pgi 12.10 compiler. <br><br></div><div>The compiler was not happy about the following:<br>PGF90-S-0038-Symbol, erfc, has not been explicitly declared (generate_function.F90)<br>  0 inform,   0 warnings,   1 severes, 0 fatal for generate_erfc<br>PGF90-S-0038-Symbol, erfc, has not been explicitly declared (generate_function.F90)<br>  0 inform,   0 warnings,   1 severes, 0 fatal for generate_graderfc<br>PGF90-S-0038-Symbol, erf, has not been explicitly declared (generate_function.F90)<br>  0 inform,   0 warnings,   1 severes, 0 fatal for erfcvolume<br></div><div><br><br></div>To made it compile that part, I had to made the following small bugfix to the <br></div>Module/generate_function.f90<br><br>550a551<br>>       REAL( DP)                 :: erfc<br>666a668<br>>       REAL( DP )                :: erfc<br>916a919<br>>     REAL( DP )  :: erf<br><br></div><div>You might be interested to add this small bug fix to the trunk. <br><br></div><div>Best, <br><br></div><div>Samuel Ponce<br></div><div><br></div><br></div>