It looks like the intel compiler has a compile option to detect initialized floating variables (https://www.intel.com/content/www/us/en/developer/articles/technical/detection-of-uninitialized-floating-point-variables-in-intel-fortran.html). As far as I can tell, this option is not used when compiling with -debug option. Provided I am right, it may be worth adding this flag as an additional check ? Thank you
It looks like the intel compiler has a compile option to detect initialized floating variables (https://www.intel.com/content/www/us/en/developer/articles/technical/detection-of-uninitialized-floating-point-variables-in-intel-fortran.html). As far as I can tell, this option is not used when compiling with -debug option. Provided I am right, it may be worth adding this flag as an additional check ? Thank you