[OMPI users] MCA parameter "orte_base_help_aggregate"

2021-01-25 Thread Paul Cizmas via users
Hello: I am testing a rather large code on several computers. It works fine on all except for a Linux Pop!_OS machine. I tried both OpenMPI 2.1.1 and 4.0.5. I fear there is an issue because of the Pop!_OS but before I contact System76 I would like to explore things further. I get the follow

Re: [OMPI users] 4.0.5 on Linux Pop!_OS

2020-11-07 Thread Paul Cizmas via users
> on your machine. > > Cheers, > > Gilles > > On Sun, Nov 8, 2020 at 11:14 AM Paul Cizmas via users > wrote: >> >> Hello: >> >> I just installed OpenMPI 4.0.5 on a Linux machine running Pop!_OS (made by >> System76). T

[OMPI users] 4.0.5 on Linux Pop!_OS

2020-11-07 Thread Paul Cizmas via users
Hello: I just installed OpenMPI 4.0.5 on a Linux machine running Pop!_OS (made by System76). The workstation has the following architecture: Architecture:x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes:

[OMPI users] cputype (7) does not match previous archive members cputype

2011-05-04 Thread Paul Cizmas
Hello: I am trying to install OpenMPI1.4.3 on a Mac OS X 10.6.7. I was able to install OpenMPI using the command ./configure --prefix=/opt/openmpi1.4.3GF CC=/sw/bin/gcc-fsf-4.5 CXX=/sw/bin/g++-fsf-4.5 F77=gfortran F90=gfortran I then tried to install OpenMPI compiled for -m64 using the command

[OMPI users] Open MPI 1.4.3 - Mac OS X 10.6.7

2011-05-03 Thread Paul Cizmas
Hello: I am trying to install OpenMPI 1.4.3 on a Mac OS 10.6.7. I have installed Gfortran GCC 4.4.4 and Absoft11.0. It appears that I have i686-apple-darwin10-gcc-4.2.1. When I run ./configure --prefix=/opt/openmpi1.4.3 F77=/Applications/Absoft11.0/bin/f77 and ./configure --prefix=/opt/o

Re: [OMPI users] OS X - Can't find the absoft directory

2010-04-21 Thread Paul Cizmas
Jeff: Thank you! Paul On Apr 21, 2010, at 7:41 AM, Jeff Squyres wrote: > On Apr 20, 2010, at 7:03 PM, Paul Cizmas wrote: > >> Is it possible to have two openmpi-s on the same computer? > > Yes. As an OMPI developer, I have dozens of different OMPI installs on my >

Re: [OMPI users] OS X - Can't find the absoft directory

2010-04-20 Thread Paul Cizmas
o say that if it is not something that has to do with the existing openmpi 1.3.2 and gfortran interfering with the 1.4.1 and Absoft, then it might be a bug in openmpi. Paul On Apr 19, 2010, at 11:20 AM, Jeff Squyres wrote: On Apr 19, 2010, at 12:11 PM, Paul Cizmas wrote: Here t

Re: [OMPI users] OS X - Can't find the absoft directory

2010-04-19 Thread Paul Cizmas
On Apr 19, 2010, at 8:45 AM, Jeff Squyres wrote: On Apr 19, 2010, at 9:30 AM, Paul Cizmas wrote: I do note that the compile command line is: /bin/sh ../../../libtool --mode=compile /Applications/Absoft11.0/ bin/f90 -I../../../ompi/include -I../../../ompi/include -p. -I. - I../../../ompi

Re: [OMPI users] OS X - Can't find the absoft directory

2010-04-19 Thread Paul Cizmas
On Apr 19, 2010, at 8:43 AM, Ricardo Reis wrote: On Mon, 19 Apr 2010, Paul Cizmas wrote: The ABSOFT is set and exported. I can double check this by doing "echo $ABSOFT" and it appears that it is okay. Is it in the path? Besides being set, I mean... like export PATH=$ABSOFT:$

Re: [OMPI users] OS X - Can't find the absoft directory

2010-04-19 Thread Paul Cizmas
I../../../ompi/mpi/f90 -m64 -lU77 -c -o mpi.lo mpi.f90 Do you have your .bashrc configured such that it is run for /bin/sh as well? (I'm a tcsh user; forgive if this is a dumb question) I do not know this!!! How can I check it? Thank you, Paul On Apr 17, 2010, at 11:07 AM, Pau

Re: [OMPI users] OS X - Can't find the absoft directory

2010-04-17 Thread Paul Cizmas
value. Paul On Apr 17, 2010, at 3:00 AM, Ricardo Reis wrote: > On Fri, 16 Apr 2010, Paul Cizmas wrote: > >> I tried to add in the makefile the following line >> >> ABSOFT = /Applications/Absoft11.0 >> >> but this did not help. I wonder if this definition o

[OMPI users] OS X - Can't find the absoft directory

2010-04-16 Thread Paul Cizmas
Hello: I am trying to install openmpi with Absoft on Mac running OS X 10.5.8. When I do "sudo make all install", the installation ends with the following message: Making all in scripts make[4]: Nothing to be done for `all'. /bin/sh ../../../libtool --mode=compile /Applications/Absoft11.0