- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello victor,
>>I'm not using OPENMP and I set H264EncoderParams.numThreads to 1. Also number of slices in par file is set to 1.
Could you have a check on the following post? This post discussed OpenMP threading performance and the steps to disable the OpenMP threading:
http://software.intel.com/en-us/forums/showthread.php?t=75300
To disable the OMP threaded in the Codec, you can check at the \audio-video-codecs\Makefile file, and remove the following:
ifeq ("$(OPENMP_SUPPORT)","")
CFLAGS += -openmp
else
ifeq ($(OPENMP_SUPPORT),YES)
CFLAGS += -fopenmp
endif
No additional threadings are expected to be created if OpenMP runtime library is not linked with your application.
Thanks,
Chao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
!IF "$(CC)" == "cl.exe" && "$(ARCH)" == "win32"CFLAGS = $(CFLAGS) /openmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
The OpenMP compiling flag I suggested came from the old version of makefile. In the new version of IPP sample code, it is to remove the code you suggest.
Thank you!
Chao

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page