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

Generating Samples

apo
Beginner
2,062 Views

I am trying to run a simple program which mainly has to do with the generation of a sample of numbers usinga NAGG05 file. Everything seems to be ok when the sample is tiny (up to 2 numbers) but the problems and the 'forrtl: severe (62):' error messages begin when I am trying to generate samples with more than 2 numbers. Please note that the program runs perfectly ok on the Digital Visual Fortran 6.0 edition (where it was originally created).

Please also find attached the buildlog.htm file for your consideration. I hope this will help.

many thanks,
Apo

0 Kudos
1 Reply
Les_Neilson
Valued Contributor II
2,062 Views

Wellthe log file tells us that the exe built ok.
Looking up error message 62 indicates that there is an error with format statements. So that would be a good place to start looking.
You will need to show some actual failing code before we can help further. (Preferably with all variable declarations and full error messages)

Les

PSthe fact that the program ran ok with another compiler merely hid the fact that there were problems in the code which under other circumstances would have caused the program to fail - or worse run but produce incorrect results.
0 Kudos
Reply