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
初学者
989 次查看
Once downloaded, how do I get a desktop icon?
0 项奖励
6 回复数
mecej4
名誉分销商 III
989 次查看
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 项奖励
robert_mcmahon
初学者
989 次查看
I did that, but still cannot figure how to get icon on the desktop.
0 项奖励
TimP
名誉分销商 III
989 次查看
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 项奖励
robert_mcmahon
初学者
989 次查看
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 项奖励
TimP
名誉分销商 III
989 次查看
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 项奖励
robert_mcmahon
初学者
989 次查看
How do I open a terminal window?
How do I open a text window?
0 项奖励
回复