Advertisement
Guest User

MPI C++

a guest
Jan 22nd, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. static int n = 0;
  2. #pragma ... {
  3. n = 0;
  4. #pragma ...{
  5. n = 1;
  6. }
  7. }
  8.  
  9. cout << n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement