- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear all,
I have installed the Intel Fortran Compiler for Linux 10.1 on my desktop and everything is OK. I have compilled and run applications well. I would like to run applications compilled on my desktop (where the compiler is installed) on others computers where the compiler is not installed (maybe computers on the grid or on the internet). What can I do? I do not know whether I have to use some special compiler option or something like that ... Thanks in advance.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The option -static-intel links in static versions of the libraries furnished with Intel compilers. Otherwise, a copy of each such library would have to be present in order to run. 'ldd yourexecutable' will show you which dynamic libraries are used, including those provided by linux and those in the ifort /lib/ directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much for the information.

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