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

using openmp

Sharada_Kulkarni
初学者
2,923 次查看
Is it possible to use opemp with c Developer , without using visual c/c++ ?
which c compilers support openmp without visual c/c++ ?
0 项奖励
5 回复数
Dmitry_Vyukov
重要分销商 I
2,923 次查看
Intel C++
gcc/g++ + libgomp
0 项奖励
TimP
名誉分销商 III
2,923 次查看
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 项奖励
Dmitry_Vyukov
重要分销商 I
2,923 次查看
Or you may download Visual C++ Express Edition or SDK, and use cl.exe from command line.
0 项奖励
Sharada_Kulkarni
初学者
2,923 次查看
Thanx a lot. meant
0 项奖励
Sharada_Kulkarni
初学者
2,923 次查看
Thanx a lot. I meant K developer of Fedora Linux.
0 项奖励
回复