On Mon, 23 May 2011 20:58:26 -0700
JD <jd1...@gmail.com> wrote:

> Hi all parallel programmers:
> Which MPI and related fedora packages should I install
> to implement robust mpi apps that share nothing.
> 
> Also, for those curious about MPI and want to know
> more, look at this good source of tutorials on MPI:
> http://rcsg.rice.edu/rcsg/shared/tutorials.html 

I'm partial to Open MPI.

To use it run
# yum -y install openmpi-devel

Fedora supports multiple MPI environments. To load the Open MPI
environment run e.g.
$ module load openmpi.x86_64

after which you have access to mpicc, mpirun and so on.
-- 
Jussi Lehtola
Fedora Project Contributor
jussileht...@fedoraproject.org
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to