Pelegant on Ubuntu 13.04

Moderators: cyao, soliday

Post Reply
ManuelSchedler
Posts: 1
Joined: 28 Jun 2013, 09:07

Pelegant on Ubuntu 13.04

Post by ManuelSchedler » 29 Jun 2013, 07:03

Hi all,

I tried to compile Pelegant from source code on Ubuntu 13.04 64-bit. After successful compilation I tried to run the application and got the following error:

Code: Select all

Fatal error in PMPI_Bcast: Invalid root, error stack:
PMPI_Bcast(1478): MPI_Bcast(buf=0x8b63e8, count=1, MPI_LONG, root=1, MPI_COMM_WORLD) failed
PMPI_Bcast(1440): Invalid root (value given was 1)
Could anyone help me fixing this problem?

Thanks a lot and regards,
Manuel

soliday
Posts: 391
Joined: 28 May 2008, 09:15

Re: Pelegant on Ubuntu 13.04

Post by soliday » 23 Sep 2013, 15:06

Sorry it has taken be so long to respond. The forum notification system didn't work for your message and I was only recently informed about it.

After a google search, it appears that you compiled with one version of mpi and are using a different version to launch the program. We offer two different pre-compiled versions of Pelegant on Ubuntu 13.04 64bit using the standard packages for openmpi and mpich2 that are distributed with Ubuntu. You can also compile your own using the Build-AOP-RPMs script and telling it where your version is located. When you go to launch Pelegant with mpiexec or mpirun, you need to use the same version that Pelegant was built with.

Post Reply