Hi!
On Sat, Sep 11, 2010 at 2:26 PM, Jeff Squyres wrote:
> Is there any chance you can update to Open MPI 1.4.2?
>
I uninstalled the version my package manager gave me and installed the 1.4.2
version from the website, which I built myself and it works fine now!
Thanks!
On Sat, Sep 11, 2010 at
How did you configure OMPI?
On Sep 11, 2010, at 1:35 AM, Srikanth Raju wrote:
> Hello OMPI Users,
> I'm using OpenMPI 1.4.1 with gcc 4.4.3 on my x86_64 linux system running the
> latest Ubuntu 10.04 distro. I don't seem to be able to run any OpenMPI
> application. I try running the simplest app
Is there any chance you can update to Open MPI 1.4.2?
On Sep 11, 2010, at 9:35 AM, Srikanth Raju wrote:
> Hello OMPI Users,
> I'm using OpenMPI 1.4.1 with gcc 4.4.3 on my x86_64 linux system running the
> latest Ubuntu 10.04 distro. I don't seem to be able to run any OpenMPI
> application. I t
Hello OMPI Users,
I'm using OpenMPI 1.4.1 with gcc 4.4.3 on my x86_64 linux system running the
latest Ubuntu 10.04 distro. I don't seem to be able to run any OpenMPI
application. I try running the simplest application, which goes like this
#include
int main(int argc, char * argv[])
{
MPI_Init(NULL