I have recently supplied a Silverfrost fortran exe to a student as part of his PhD work.
When running the program many thousands of times in a loop (see below)he OCCASIONALLY gets a runtime error - Win32 error detected in IO_open: Access is denied - this happening when an attempt is made to open and write the results file. I can stop this happening by using an err= in the open statement, looping back to try the open again, and I assume it is caused by the time taken to open/close files and wondered if others had experienced this? All on a W7 machine.
Student (Java) program calls fortran program 'SILVER.EXE' SILVER.EXE reads input data, calculates and writes results to file (quite a lot of output)- closes everything Student program reads results file, sets up new input data - closes everything. Student (Java) program calls 'SILVER.EXE' etc etc etc
Many Thanks
Bill