I have a rather basic question about getting a fortran program to run using the ifort instructions with intel fortran. Apologies, but I would be really grateful if anyone can help!
I am trying to run a legacy fortran program using the ifort command line in Intel Parallel Studio XE2015 Composer Edition. It is self-contained except for taking data from a data file and returning results to results files. I can successfully run a version without the input and output files but when I add in these files I get ‘severe (9): permission to access file denied, unit 10 …’. Unit 10 is the input data file. So I assume that I have not correctly structured the command line. Can anyone please give me an example of what it should look like. I have made a screen gab of what the command line window is telling me and put it in the uploaded jpg picture.