Re: [OMPI users] mpicc command not found - Fedora

2012-03-30 Thread Trent
pande Sent: Friday, March 30, 2012 7:39 AM To: Open MPI Users Subject: Re: [OMPI users] mpicc command not found - Fedora Hi, I do not know how to use ortecc. After looking at the details i found that yum install did not install openmpi-devel package. yum cannot find it either - yum search ope

Re: [OMPI users] mpicc command not found - Fedora

2012-03-30 Thread Constantinos Makassikis
On Fri, Mar 30, 2012 at 2:39 PM, Rohan Deshpande wrote: > Hi, > > I do not know how to use *ortecc*. > The same way as mpicc. Actually on my machine they both are symlinks to "opal_wrapper". Your second screenshot suggests orte* commands have been installed. > After looking at the details i fou

Re: [OMPI users] mpicc command not found - Fedora

2012-03-30 Thread Rohan Deshpande
Hi, I do not know how to use *ortecc*. After looking at the details i found that* yum install did not install openmpi-devel package. * yum cannot find it either - *yum search openmpi-devel says not match found.* I am using* Red Hat 6.2 and i686 processors. * which mpicc shows - *which: no mpi

Re: [OMPI users] mpicc command not found - Fedora

2012-03-29 Thread Amit Ghadge
You can try source packaged. Extract and run command ./configure --prefix=usr/local , make all , make install after to compile any mpi program by using mpicc On 29-Mar-2012 7:26 PM, "Jeffrey Squyres" wrote: > I don't know exactly how Fedora packages Open MPI, but I've seen some > distributions se

Re: [OMPI users] mpicc command not found - Fedora

2012-03-29 Thread Joshua Baker-LePain
On Thu, 29 Mar 2012 at 7:45pm, Rohan Deshpande wrote I have installed mpi successfully on fedora using *yum install openmpi openmpi-devel openmpi-libs* What version of Fedora are you using, and on what architecture (i.e. i686 or x86_64)? As far as I can see, the last Fedora distro to use op

Re: [OMPI users] mpicc command not found - Fedora

2012-03-29 Thread Tom Bryan
t; does the system return the correct path for the > open MPI binaries? > > Regards, > > > Date: Thu, 29 Mar 2012 19:45:18 +0800 > From: rohan...@gmail.com > To: us...@open-mpi.org > Subject: [OMPI users] mpicc command not found - Fedora > > Hi, > > I

Re: [OMPI users] mpicc command not found - Fedora

2012-03-29 Thread Jeffrey Squyres
I don't know exactly how Fedora packages Open MPI, but I've seen some distributions separate Open MPI into a base package and a "devel" package. And mpicc (and some friends) are split off into that "devel" package. The rationale is that you don't need mpicc (and friends) to *run* Open MPI appl

Re: [OMPI users] mpicc command not found - Fedora

2012-03-29 Thread Hameed Alzahrani
Hi, When you type "which mpicc" does the system return the correct path for the open MPI binaries? Regards, List-Post: users@lists.open-mpi.org Date: Thu, 29 Mar 2012 19:45:18 +0800 From: rohan...@gmail.com To: us...@open-mpi.org Subject: [OMPI users] mpicc command not found - Fed

Re: [OMPI users] mpicc command not found - Fedora

2012-03-29 Thread Constantinos Makassikis
Hi, Did you try ortecc command directly ? Perhaps the RPM package you're installing does not create symlinks from ortecc to mpicc ... -- Constantinos On Thu, Mar 29, 2012 at 1:45 PM, Rohan Deshpande wrote: > Hi, > > I have installed mpi successfully on fedora using *yum install openmpi > open

[OMPI users] mpicc command not found - Fedora

2012-03-29 Thread Rohan Deshpande
Hi, I have installed mpi successfully on fedora using *yum install openmpi openmpi-devel openmpi-libs* * * I have also added */usr/lib/openmpi/bin* to *PATH *and* LD_LIBRARY_PATH*variable. But when I try to complie my program using *mpicc hello.c* or*/usr/lib/openmpi/bin/mpicc hello.c * I get err