Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

I/O problem

anishtain4
Beginner
368 Views
I have written a program which sends data to a file at the end of program, when I change something inside the program it runs all right until the last part it does not do the open command and no file is making unless I start the debug mode to do it!!!!
Solution files are here so you may check if it's same on your computer or not?
http://ifile.it/gom84wk
I'm using ifort 11.1 integrated with VS2008.
I would be grateful if you can tell me what is wrong?
0 Kudos
1 Reply
mecej4
Honored Contributor III
368 Views
> ... when I change something inside the program...

There are too many possibilities there for us to guess. Be specific and state exactly what the changes were.

> it does not do the open command and no file is (sic) making

It is possible that you may have had an older version of the result file already open in an editor which locked the file against being written by another process.
0 Kudos
Reply