- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I need to share the executable file of a Fortran programme, which was compiled on a Linux machine (CentOS), but most of my colleagues are using Windows XP.
Any possibility of setting the compiler options so that my colleagues could run the executable file on Windows XP?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MinGW can be used for application compiled with gcc or g++ but for ifort ...
In my opinions you have to recompile your code on a windows system using the ifort compiler for windows
Maybe some special tools exist for ifort but I don't know them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is the option of cross compiling on Linux for Windows (or other platform) but it needs some time to set up the cross compiling chain. I did that in the past with gcc and I am not aware if the fortran compilers are also able to do that.
Hope it helps.
Nick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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