Compiling error EnergyVarInitMod.f90:25.4: associate( & 1 Error: Unclassifiable statement at (1) #114
Unanswered
ZhangZiLu0831
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think this is a fortran compiler issue. Do you have other compilers in your supercomputer, such as gfortran or pgi? Maybe you could try those if existing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I am trying to install the newest hrldas/Noahmp and i meet this compiling error:
It seems likes the error comes from the
associate
subroutine, this is a new subroutine in fortran 2003. So I guess that the reason is the compiler in the super computer is too old, but I am not sure.The compiler is :
user_option:
Is there any problem ? Thanks
Beta Was this translation helpful? Give feedback.
All reactions