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

Where to get latest updates for 8.1 compilers

Morales__Juan
Beginner
473 Views
Hi,
I downloaded the Intel Fortran/C 8.1 compilers 2 weeks ago, and after checking the versions:
icc -V
l_cc_pu_8.1.024
or
ifort -V
l_fc_pu_8.1.021
However, I haveseen installations with
l_cc_pu_8.1.028
l_fc_pu_8.1.024
Of course, the Build dates are different..
Thanks in advance,
Regards,
Juan Carlos Morales
0 Kudos
4 Replies
Steven_L_Intel1
Employee
473 Views
You get them by logging in to Intel Premier Support (premier.intel.com) and selecting File Downloads, then selecting the product you want. You must register your serial number to gain access to Premier Support.

Note that if you have a non-commercial license, you may not be eligible to install the latest update. Compare the build date to the support date code in your license.
0 Kudos
Morales__Juan
Beginner
473 Views
Hi Steve,
Thank youvery much.. We just registered our commercial Fortranlicense and downloaded the latest update.. We are still waiting for our commercial C license, meantime we will continue with the demo version..
Have you heard of the icc compiler partially ignoring the LD_LIBRARY_PATH?
We have modified it to add the Fortran library path as well, and the icc wrapper fails to find the Fortran runtime libraries.. Any ideas here.. One of our guys put all the fortran runtime libraries into the C directory (intel_cc/lib), and it did linked properly (well, we think so)..
Sorry for so many questions, but I am still looking for the "compiler bugs/our own bugs" with theIA-64 problem I had mentioned in a previous thread..
Regards,
Juan Carlos
0 Kudos
Steven_L_Intel1
Employee
473 Views
Sorry, I don't hear much about icc issues. I suggest you ask over in the C++ side of the forum.
0 Kudos
Lorri_M_Intel
Employee
473 Views
We have modified it to add the Fortran library path as well, and the icc wrapper fails to find the Fortran runtime libraries..
Ah ... the icc "wrapper" (aka, driver)doesn't know to look for the Fortran runtime libraries. Only the ifort driver does. That may be the actual underlying problem.
- Lorri
0 Kudos
Reply