Quantcast
Channel: Intel® Software - Intel® Visual Fortran Compiler for Windows*
Viewing all articles
Browse latest Browse all 5691

Debugging host-associated variables XE 2015

$
0
0

We still cannot see the value of host-associated variables. Is there any hope that someday this will be corrected?

Just to be clear, I'm talking about something as simple as the value of x in the subroutine abc, below (not a real program):

subroutine myprog(i)
integer x,i
x=i
contains
subroutine abc
print *,x
end subroutine abc
end subroutine myprog


Viewing all articles
Browse latest Browse all 5691

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>