Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
1701 Discussions

what replaces KAP to help parallelizing existing fortran code?

Intel_C_Intel
Employee
1,550 Views
Hi,
I was looking fornew versions of KAP (that Iuse from the times it was sold by DEC) when I discovered that all products related to KAISoftwareLabare no more onINTELweb site.
Does anybody know if KAP still exists or ifit hasbeen replaced by some other INTEL product?
What I need isa tool to help in parallelizing existing fortran codes.
Thank you very much from Italy,
Emanuele Lombardi
0 Kudos
1 Reply
TimP
Honored Contributor III
1,550 Views
Much of the functionality of KAP has been integrated into compilers, including those offered by Intel. Intel Fortran offers auto-parallelization, and OpenMP, and optional diagnostics about parallelization. There is also the Thread Checker, to help diagnose correctness of OpenMP syntax.
0 Kudos
Reply