Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7579495
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T17:41:44+00:00 2026-05-30T17:41:44+00:00

I have a C++ program which is working quite well using OpenMP to parallelize

  • 0

I have a C++ program which is working quite well using OpenMP to parallelize loops.

However, there are some pieces of code—those which employ queues and priority queues and the like—which would only work in parallel if I declared access to them critical.

An alternative option would be to use TBB data objects, such as concurrent_queue. But can I use these data objects with OpenMP and without any of the rest of the TBB?

Sources and links appreciated.

Thanks!

Update

For instance, is the following kind of mix of TBB and OpenMP allowed?

concurrent_queue<int> queue;
#pragma omp parallel for
for( int i=0; i<1000; i++ )
    queue.push(i);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T17:41:45+00:00Added an answer on May 30, 2026 at 5:41 pm

    To complement others’ answers, the info you are looking for can also be found in the TBB Tutorial (see latest TBB documentation). A couple of excerpts:

    Intel® Threading Building Blocks is compatible with other threading
    packages. Because the library is not designed to address all threading problems,
    it can coexist seamlessly with other threading packages.

    –

    Intel® Threading Building Blocks provides highly concurrent container
    classes. These containers can be used with raw Windows* or Linux* threads, or in
    conjunction with task-based programming.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple Delphi program that I'm working on, in which I am
I have a program which has some Textareas / Labels these can be anywhere
I'm working with some Fortran code (which I'd never used until this project...) and
I have a program which does some copy jobs (via File.Copy) that could last
I have a program which opens a file by using a relative path (for
What profilers have you used when working with .net programs, and which would you
I have a program which needs to behave slightly differently on Tiger than on
I have a program which deliberately performs a divide by zero (and stores the
I have a program which needs installing on windows 64 boxes. Most of the
I have a program which only needs a NotifyIcon to work as intended. So

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.