Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

using openmp

Sharada_Kulkarni
Beginner
655 Views
Is it possible to use opemp with c Developer , without using visual c/c++ ?
which c compilers support openmp without visual c/c++ ?
0 Kudos
5 Replies
Dmitry_Vyukov
Valued Contributor I
655 Views
Intel C++
gcc/g++ + libgomp
0 Kudos
TimP
Honored Contributor III
655 Views
As it's not known what is meant by "c Developer," Dmitriy's cryptic response may be as good as any.

Intel C++ IA32 for Windows can run from command line with the support of the VC Express installation, adding OpenMP support, even though it's lacking in that Microsoft version.
There is limited OpenMP (libgomp or otherwise) support in certain versions of gcc for Windows.
Linux compilers, of course, don't depend on any Microsoft components.
0 Kudos
Dmitry_Vyukov
Valued Contributor I
655 Views
Or you may download Visual C++ Express Edition or SDK, and use cl.exe from command line.
0 Kudos
Sharada_Kulkarni
Beginner
655 Views
Thanx a lot. meant
0 Kudos
Sharada_Kulkarni
Beginner
655 Views
Thanx a lot. I meant K developer of Fedora Linux.
0 Kudos
Reply