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

system requirements?

Tonie_V_
Beginner
232 Views
i have version 11.1 of the intel fortran professional edition
the system requirements for version 11.1 are:

o OS X 10.6.2 with Xcode 3.2.1 and SDK 10.6 or 10.5

o OS X 10.6 with Xcode 3.2 and SDK 10.6 or 10.5

o OS X 10.5.8 with Xcode 3.1.4 and SDK 10.5

o OS X 10.5.6 with Xcode 3.1.2 and SDK 10.5

what happens if i install with xcode 3.2.2, OS X =10.6.4 and gcc 4.0?

i am receiving the message:

Undefined symbols:

"_dspevx_", referenced from:

the subroutine is supposed to be in the lapack library. i compile from the command line with:

ifort -O3 -o testeof testeof.o deof.o deofcovcor.o deofpcs.o deoftotvar.o \\ /Developer/opt/intel/Compiler/11.1/088/Frameworks/mkl/lib/em64t/libmkl_lapack.dylib

any insight into what might be causing my problem would be greatly appreciated.

---tvd

0 Kudos
1 Reply
mecej4
Honored Contributor III
232 Views
The sticky note at the top of this forum list states that Xcode 3.2.2 is buggy and is not supported. You may read some of the responses in that thread where some work-arounds are suggested, and see if they will take care of your problems.

Read your user guide to see if the -mkl compiler switch is available.
0 Kudos
Reply