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

OPEN MP, CVF and AMD?

sebdar
Beginner
560 Views
Hello

I work with a huge Fortran 90 codes, all the OPEN MP instructions are already written, and it runs fairly well with Unix (SUN OS)

I'd like to do the same with Win 2000 Pro, and CVF v6.6A

1st Question:

Is the KAP/OPEN MP fully compatible with CVF v6.6A? Do the work hand in hand as suggested by Compaq?


2nd Question:

Is this KAP/OPEN MP a sort of library used by CVF? or rather a compiler in itself and working independently? (I'm not sure I uderstood clearly from the website)


3rd Question:

I have an AMD dual computer (Athlon MP, 2GHz and 4Gb RAM)

Since KAP/OPEN MP is developed by Intel, I was wondering if it is gonna work with AMD CPUs ... CVF v6.6A is fully operational with AMD but will it be the same when working with the KAP/OPEN MP toolset from Intel?

I thank you for your advices and time

Cheers

SEbastien
-------------
0 Kudos
1 Reply
Steven_L_Intel1
Employee
560 Views
KAP for OpenMP is a preprocessor and a library. The preprocessor reads your Fortran source, does some transformations (including inserting calls to library routines), then calls the compiler (CVF in this case) to actually compile the code, and then it is linked with the library. As far as we know, this process still works well.

KAP doesn't know anything special about AMD processors. You can use CVF's /arch:k7 option to get AMD-optimized code.

Steve
0 Kudos
Reply