Reputation: 983
Just curious if I could call it within another function call.
Upvotes: 1
Views: 347
Reputation: 5642
No. You can call MPI_Finalize inside of any function. The only restrictions pertain to calling from threads. See the MPI standard for details.
Upvotes: 4