- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Last year we purchased the Intel Fortran 8.1 Fortran compiler for the Itanium-2 64-bit platform. We were surprised and dismayed to learn that the code generated would actually perform worse than our 32-bit Fortran code. We traced the problem to reads from disk. After a lengthy exchange with Intel's technical support (spanning months) we finally got them to admit that this was the case. The reason given was that development/poor performing I/O libraries were linked into the 8.1 release version. Since no update or patch was to be produced they finally indicated that we could havea refund.
Now our project is at a point where we need to know if the slow read problem has been fixed with the 9.0 release version. Is there anyone out there who has any input into this subject one way or the other? It would be great if Intel tech support could verify it.
Thankx much,
Mark
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mark,
The issue you reported (#277864) was indeed fixed in 9.0. It wasn't actually the file read, but conversion from text to binary for formatted input that was the problem.
You may find that the /assume:buffered_io option gives you further performance improvement.
The issue you reported (#277864) was indeed fixed in 9.0. It wasn't actually the file read, but conversion from text to binary for formatted input that was the problem.
You may find that the /assume:buffered_io option gives you further performance improvement.
Message Edited by Steve_Lionel on 02-17-2006 05:04 PM

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