This is my first time compiling WRF, and I'm running into an odd issue. When I try to compile a test case, I get the following in my error log:
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90 :9)
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90: 10)
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90: 11)
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90: 12)
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90: 13)
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90: 14)
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90: 16)
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90: 17)
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90: 18)
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90: 19)
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90: 34)
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90: 36)
PGF90-S-0034-Syntax error at or near end of line (../frame/module_state_description.f90: 37)
I believe I'm using the correct compilers. No matter what Linux x86_64 option I select during the configure stage, I can't get past this error. Does anyone have advice?