Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
1699 Discussions

what replaces KAP to help parallelizing existing fortran code?

Intel_C_Intel
Employee
1,525 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,525 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