fengyanshi / FUNWAVE-TVD

43 stars 51 forks source link

Building with pgi #47

Closed rafa-guedes closed 3 years ago

rafa-guedes commented 3 years ago

Has someone successfully built funwave-tvd with pgi? I am trying to build the parallel version of the code and getting the error:

PGF90-S-0038-Symbol, rand, has not been explicitly declared (build/pre/io.f90)

I'm using version 19.4 of the compiler and the pgi flags defined in Make_Essential. The gnu version builds fine.

Thanks

malej commented 3 years ago

I remember a few years back leaving the PGI compiling issue alone, because it was a domino effect. After fixing one thing (like this Rand function) it was another and another. So, at the time we dropped it and simply went with GNU or Intel. Sorry

On Apr 7, 2021, at 10:59 PM, Rafael Guedes @.***> wrote:

 Has someone successfully built funwave-tvd with pgi? I am trying to build the parallel version of the code and getting the error:

PGF90-S-0038-Symbol, rand, has not been explicitly declared (build/pre/io.f90) I'm using version 19.4 of the compiler and the pgi flags defined in Make_Essential. The gnu version builds fine.

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.