- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are developing some codes that need to run on both Windows and Linux platforms. If the codes are developed first using Intel visual fortran (with IMSL libs) on Win64, shall I expect it to be compiled and run on a Linux machine without additional effort? (Assuming intel fortran compiler is used). If additional modification is required, what would be the most likely area? - Thanks.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As long as you stay away from Windows-only features, such as calls to Win32 API routines, compatibility is excellent. I will comment that we don't offer Fortran with IMSL on Linux. You can buy IMSL for use with Intel Fortran on Linux from Visual Numerics, and your sources should be compatible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Should we assume that by "stay away from windows-only features such as API calls" this also includes QuickWin calls?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, you should assume that. Most of the library calls that are documented in the Fortran documentation are supported on all platforms, but some are not. The QuickWin calls are Windows only. The documentation tells you if this is the case.

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