Is it better to use MPI vs Pthread to write results into multiple files?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Man4ish
    New Member
    • Mar 2008
    • 151

    Is it better to use MPI vs Pthread to write results into multiple files?

    Hi,

    I am working on one project on multi core (80 core) server. I have to write my results into multiple files (here 24 ) simultaneously. Which one will be better to use, MPI or pthread?

    Thanks
Working...