Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans MPI c++ how to start?

Hello everyone I just staring developing c++ under netbeans/ubuntu(x64) and now I am staring with MPI. How can I compile, test,run mpi applications under. Thanks a lot.

like image 724
Joeeee Avatar asked Dec 05 '10 22:12

Joeeee


People also ask

What is MPI in C?

MPI is a library of routines that can be used to create parallel programs in C or Fortran77. Standard C and Fortran include no constructs supporting parallelism so vendors have developed a variety of extensions to allow users of those languages to build parallel applications.

What is MPI in Linux?

MPI stands for Message Passing Interface. The goal of MPI, simply stated, is to develop a widely used standard for writing message-passing programs. As such the interface should establish a practical, portable, efficient, and flexible standard for message passing.


1 Answers

Till now, I've found only this IDE for MPI on Linux: Geany (a tutorial is here.) But I keep searching... If anyone find better IDE, please share under this question...

like image 125
Ediz Türkoğlu Avatar answered Sep 23 '22 02:09

Ediz Türkoğlu