Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NAGFOR build with full debug mode #100

Open
talassio opened this issue Nov 24, 2020 · 0 comments
Open

NAGFOR build with full debug mode #100

talassio opened this issue Nov 24, 2020 · 0 comments
Assignees

Comments

@talassio
Copy link
Collaborator

talassio commented Nov 24, 2020

Add support to a new debug build using NAGFOR and all debug features, mainly to build the RALFit package with the flags:

nagfor -g -nan -C=all -C=undefined -u -ieee=full -kind=unique -f2003 -thread_safe -W0,-gline 

Note NAGFOR Fortran compiler has a wide range of debug capabilities, amongst them is the feature to detect referenced but not assigned objects by using the "-C=undefined" switch. This feature produces an "enhanced" signature for each subroutine and objects compiled without it cannot be linked with object compiled with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants