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

Xcode compatibility?

afbarghouty
Beginner
603 Views

I had intel fortran 11.0 installed on OS 10.4 with Xcode 2.5; and all was fine.
After uprading to OS 10.6 recently and tried to recompile and rerun the same fortran-basedxcode projects nothing compiled/happened; not even error messages.
I re-installed fortran 11.0and still the same problem.
What I did not do [becasue I did not know how] was to uninstall fortran 11.0 first.

Advice/guidance is appreciated...
I

0 Kudos
3 Replies
Steven_L_Intel1
Employee
603 Views
ifort 11.0 is not supported on OS X 10.6. 11.1 Update 2 is supported, but you need XCode 3.2.
0 Kudos
afbarghouty
Beginner
603 Views
ifort 11.0 is not supported on OS X 10.6. 11.1 Update 2 is supported, but you need XCode 3.2.

Thanks, Steve.

I do have Xcode 3.2; and you are saying I need ifort 11.1 update 2 instead.
OK, I willbuy that vesrison.What else doI need to do? Like uninstallingifort 11.0?


0 Kudos
Ron_Green
Moderator
603 Views

Thanks, Steve.

I do have Xcode 3.2; and you are saying I need ifort 11.1 update 2 instead.
OK, I willbuy that vesrison.What else doI need to do? Like uninstallingifort 11.0?


I'll jump in on this:

"11.1 Update 2" is version 11.1.067, so the package to download from registrationcenter.intel.com is m_cprof_p_11.1.067.dmg

You should probably remove your older 11.0 compiler, as it is useless under Snow Leopard. Under the 11.0 installation directory ( /opt/intel/Compiler/11.0/xxx/ ) you will find a script 'uninstall_cprof.sh' or similar script. This removes all the compiler components but leaves your license(s) and projects intact - just removes the compiler bits.

ron


0 Kudos
Reply