User profile: Crusher21

User info
User name:Crusher21
History
Joined:
Number of posts:44
Latest posts:

Where to define Public: and Private:
Thank you both, that clears things up. One last question: if I didn't have a header file but wanted ...

Where to define Public: and Private:
Write your question here. I have a class with a header file and its associated .cpp file. The heade...

Synchronize only certain processors in MPI
@lastchance I had the MPI_Recv in a section of the code that I did not post. Thank you for clarifyin...

Synchronize only certain processors in MPI
@lastchance Here is the code I'm working with. The for loop will iterate a certain amount of times, ...

Use setprecision to save number to variable
@mbozzi Great idea, I don't know why I didn't think of that. Thank you!