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

  • SEARCH
  • Home
  • 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 8064269
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T11:19:21+00:00 2026-06-05T11:19:21+00:00

I have alike C++ program with openMP usage #pragma omp parallel for private(i) for

  • 0

I have alike C++ program with openMP usage

#pragma omp parallel for private(i)
for (j=0;j<NUM_STEPS_J) {

    for (i=0;i<NUM_STEPS_I;i++) {

        std::cout << "Print some information about step i" << std::endl;


    }

    std::cout << "Check of item " << j << " finished" << std::endl;
}

What is the best way to provide a correct output in my case?

I know, that using “printf” instead “cout” solves this problem.

But when I changed “cout” to “printf” the time of my program’s execution increased from about 80 seconds to about 120 seconds.
I think, it is a sufficient influence on program’s productivity.

What is the best way to solve this problem without “printf”?

Is it possible to lock “cout” function during output in some way?

  • 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-06-05T11:19:21+00:00Added an answer on June 5, 2026 at 11:19 am

    I would be surprised to see printf being slower than iostreams… (and more so considering that you are using std::endl that forces flushing of the buffer) but at any rate, you can use a stringstream to construct the output at once and then call either printf or std::cout << once with the already built line.

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

Sidebar

Related Questions

I have recently found those two look-alike solutions/IDE for cross-mobile development: Appcelerator and Rhomobile
I have 2 different group page with 2 look alike classes which using the
Ok. I have a mainframe which contains two containers. One contains my wizard-alike buttons
Bob and Alice each have a bit string they want to keep private. They
I have a C# program which should call Matlab for running a m-file and
I have a program written in C#, running on a Windows CE device (on
I am trying to program a game in which I have a Table class
I have a thread that gets executed when some action occurs. Given the logic
I have an object that needs to do periodically do some work while the
I have a program that has 2 threads running, and each thread has its

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.