Re: [OMPI users] g95 + open-mpi

2011-04-07 Thread Jeff Squyres
There shouldn't be any issue with using g95 instead of gfortran. Can you double check that you aren't accidentally mixing installations somehow? On Apr 6, 2011, at 7:52 AM, nicolas cordier wrote: > hi, > > i need use open-mpi with g95 on debian linux lenny 5.0 - x86_64 > i compile it with

Re: [OMPI users] OMPI 1.4.3 and "make distclean" error

2011-04-07 Thread Jeff Squyres
Oops! Probably a missed corner case that shouldn't be hard to fix. I've filed a bug about this, so that it doesn't fall off the to-do list: https://svn.open-mpi.org/trac/ompi/ticket/2768 On Apr 6, 2011, at 3:21 PM, David Gunter wrote: > We tend to build OMPI for several different

Re: [OMPI users] mpi problems,

2011-04-07 Thread Nehemiah Dacres
oh thank you ! that might work On Thu, Apr 7, 2011 at 5:31 AM, Terry Dontje wrote: > Nehemiah, > I took a look at an old version of a hpl Makefile I have. I think what you > really want to do is not set the MP* variables to anything and near the end > of the Makefile

Re: [OMPI users] SGE and openmpi

2011-04-07 Thread Prentice Bisbal
On 04/06/2011 07:09 PM, Jason Palmer wrote: > Hi, > I am having trouble running a batch job in SGE using openmpi. I have read > the faq, which says that openmpi will automatically do the right thing, but > something seems to be wrong. > > Previously I used MPICH1 under SGE without any

Re: [OMPI users] problems with the -xterm option

2011-04-07 Thread jody
Hi Ralph thank you for your suggestions. After some fiddling, i found that after my last update (gentoo) my sshd_config had been overwritten (X11Forwarding was set to 'no'). After correcting that, i can now open remote terminals with 'ssh -Y' and with 'ssh -X' (but with '-X' is till get those

Re: [OMPI users] Configure fail: OpenMPI/1.5.3 with Support for LSF using Sun Studio compilers

2011-04-07 Thread Terry Dontje
On 04/07/2011 08:36 AM, Paul Kapinos wrote: Hi Terry, so, the attached ceil.c example file *can* be compiled by "CC" (the Studio C++ compiler), but *cannot* be compiled using "cc" (the Studio C compiler). $ CC ceil.c $ cc ceil.c Did you try to link in the math library -lm? When I did this

Re: [OMPI users] Configure fail: OpenMPI/1.5.3 with Support for LSF using Sun Studio compilers

2011-04-07 Thread Paul Kapinos
Hi Terry, so, the attached ceil.c example file *can* be compiled by "CC" (the Studio C++ compiler), but *cannot* be compiled using "cc" (the Studio C compiler). $ CC ceil.c $ cc ceil.c Did you try to link in the math library -lm? When I did this your test program worked for me and that

Re: [OMPI users] Configure fail: OpenMPI/1.5.3 with Support for LSF using Sun Studio compilers

2011-04-07 Thread Terry Dontje
On 04/07/2011 06:16 AM, Paul Kapinos wrote: Dear OpenMPI developers, We tried to build OpenMPI 1.5.3 including Support for Platform LSF using the Sun Studio (=Oracle Solaris Studio now) /12.2 and the configure stage failed. 1. Used flags: ./configure --with-lsf --with-openib

Re: [OMPI users] mpi problems,

2011-04-07 Thread Terry Dontje
On 04/06/2011 03:38 PM, Nehemiah Dacres wrote: I am also trying to get netlib's hpl to run via sun cluster tools so i am trying to compile it and am having trouble. Which is the proper mpi library to give? naturally this isn't going to work MPdir= /opt/SUNWhpc/HPC8.2.1c/sun/ MPinc

[OMPI users] Configure fail: OpenMPI/1.5.3 with Support for LSF using Sun Studio compilers

2011-04-07 Thread Paul Kapinos
Dear OpenMPI developers, We tried to build OpenMPI 1.5.3 including Support for Platform LSF using the Sun Studio (=Oracle Solaris Studio now) /12.2 and the configure stage failed. 1. Used flags: ./configure --with-lsf --with-openib --with-devel-headers --enable-contrib-no-build=vt