- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a program in fortran77 that it was made using the Compaq compiler, it run perfectly. But when I compile with ifort
(the same code without alteration) the numerical
results of the program are different. What it can be happening?
Somebody can give an idea of which the problem?
(the same code without alteration) the numerical
results of the program are different. What it can be happening?
Somebody can give an idea of which the problem?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Several earlier discussion on the Windows Fortran forum would be relevant. Among the first things to check would be whether you neglected to declare SAVE where that is expected. CVF defaults to SAVE, which some people used to expect, although it was never in the Fortran standard. Un-initialized variables, subscript range violations, and other usual suspects could account for differences.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks!
After 4 days and the work of 3 people we find the problem.
Ones of the variables was not at common.
After 4 days and the work of 3 people we find the problem.
Ones of the variables was not at common.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page