I recently installed Intel Visual Fortran with Microsoft Visual Studio 2005 and I am trying to compile and run a simple test program:
program hello
real :: x, y, z
open(101,file='myBLABLAfile_NEW.txt')
x = 2.10
y = 11.0
z = x*y
write(101,*) 'the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.