Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Fortran Install SOS

robert_mcmahon
Beginner
977 Views
Once downloaded, how do I get a desktop icon?
0 Kudos
6 Replies
mecej4
Honored Contributor III
977 Views
Patience. Please read the release notes to make sure that your system has the prerequisites installed, and to save yourself trouble later. Then, in the same release notes, read and follow the instructions for installation.
0 Kudos
robert_mcmahon
Beginner
977 Views
I did that, but still cannot figure how to get icon on the desktop.
0 Kudos
TimP
Honored Contributor III
977 Views
ifort for linux and Mac is basically a command line product. It's up to you to decide what script you want an icon to run, and set it up yourself.
0 Kudos
robert_mcmahon
Beginner
977 Views
How do I do that?
I am very new to Mac's and very very new to Fortran.
Where can I find step by step instructions?
0 Kudos
TimP
Honored Contributor III
977 Views
For example, perhaps you want an icon which does something like the Visual Studio command prompt invocation:
Open a text window, in which the ifortvars script is sourced e.g. if running bash and 64-bit compiler,
source /opt/intel/compiler/11.1/073/bin/ifortvars.sh intel64
so much of that is basic Mac icon stuff not specific to Fortran. The ifort part, as mentioned above, is in the release notes. As those notes (at least the linux ones) say, it's possible to add the ifort environment setup to .profile or whatever so that every new terminal has the ifort command set up for compile and run, but I would agree on the advantages of having a specific icon for it.
0 Kudos
robert_mcmahon
Beginner
977 Views
How do I open a terminal window?
How do I open a text window?
0 Kudos
Reply