Can you try setting the environment variable OMPI_CXX=
Then run:
mpicxx -v
and see what version it says its running. You may have to be careful mixing the
versions too far apart.
S.
—
Si Hammond
Scalable Computer Architectures
Center for Computing Research
Sandia National Laboratories, NM, U
Hi,
This isn't usually an error - you get this by using conventional
Fortran exit methods. The Fortran stop means the program hit the exit
statements in the code. I have only had this with PGI.
--
Si Hammond
Research F
Hi all,
Is there anyway to specify the ports that OpenMPI can use?
I'm using a TCP/IP network in a closed environment, only certain ports
can be used.
Thanks,
Si Hammond
University of Warwick
On 31/08/2007, Lev Givon wrote:
> Received from George Bosilca on Thu, Aug 30, 2007 at 07:42:52PM EDT:
> > I have a patch for this, but I never felt a real need for it, so I
> > never push it in the trunk. I'm not completely convinced that we need
> > it, except in some really strange situations (
On 31/08/2007, Gleb Natapov wrote:
> On Fri, Aug 31, 2007 at 08:04:00AM +0100, Simon Hammond wrote:
> > On 31/08/2007, Lev Givon wrote:
> > > Received from George Bosilca on Thu, Aug 30, 2007 at 07:42:52PM EDT:
> > > > I have a patch for this, but I never
On 31/08/2007, Gleb Natapov wrote:
> On Fri, Aug 31, 2007 at 10:49:10AM +0200, Sven Stork wrote:
> > On Friday 31 August 2007 09:07, Gleb Natapov wrote:
> > > On Fri, Aug 31, 2007 at 08:04:00AM +0100, Simon Hammond wrote:
> > > > On 31/08/2007, Lev Givon wrote:
Hi,
Have you checked the .bashrc or /etc/bash.bashrc file on the machine. We
have seen this problem before on both Debian and Ubuntu systems. If you find
the following line:
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
It means that the remainder of the file is not p
Yes, it should be there.
Have you configured OpenMPI with Fortran during the build?
Si Hammond
High Performance Systems Group
University of Warwick
Coventry, UK
2008/9/23 Shafagh Jafer :
> Does openmpi have any "mpif.h" ?? if yes, where? in openmpi_dir/include ??!!
>
>
Do you get anything else in the output? We sometimes get this but it
means the execution has proceeded sucessfully.
Si Hammond
High Performance Systems Group
Department of Computer Science
University of Warwick
2009/1/14 Hana Milani :
> Dear all,
>
> I have to run my code in parallel, therefore