RALFit icon indicating copy to clipboard operation
RALFit copied to clipboard

NAGFOR build with full debug mode

Open talassio opened this issue 5 years ago • 0 comments

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.

talassio avatar Nov 24 '20 11:11 talassio