More information from fparser ('Is Fortran correct?') #348
Mohit Dalvi (mcdalvi)
started this conversation in
LFRic
Replies: 1 comment 2 replies
|
Yes, fparser2 can be hit and miss :( I think if the error is in the declaration, you often get nothing (or just the initial comment lines), but if it's later, you might get a line number (based on a few not very systematic tests :) ). I am not sure if any of the other psyclone/fparser dev follows this board, can I recommend that you post your problem including the source code at https://github.com/stfc/fparser/issues? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am introducing a new kernel routine in lfric_apps and the build is failing during psyclone.mk execution (possibly from fparser2) with 'Is Fortran correct?'
Given that this routine contains ~840 lines it would help if specific information was available regarding the error.
In the past I have been able to debug by running fparser2 offline after loading the lfric module(s), but in this case it only prints out the copyright statement and no other errors.
Is there a way to obtain more verbose output from the PSy/ fparser step?
https://cylchub/services/cylc-review/view/mohit.dalvi?&suite=r7751_port_photol_fastjx%2Frun4&no_fuzzy_time=0&path=log/job/1/build_lfric_atm_azspice_gnu_fast-debug-64bit/05/job.err#803
All reactions