Re: [OMPI users] Bug with Open-MPI Processor Count

2018-11-01 Thread Ralph H Castain
Hmmm - try adding a value for nprocs instead of leaving it blank. Say ā€œ-np 7ā€ Sent from my iPhone > On Nov 1, 2018, at 11:56 AM, Adam LeBlanc wrote: > > Hello Ralph, > > Here is the output for a failing machine: > > [130_02:44:13_aleblanc@farbauti]{~}$ > mpirun --mca >

Re: [OMPI users] Bug with Open-MPI Processor Count

2018-11-01 Thread Adam LeBlanc
Hello Ralph, Here is the output for a failing machine: [130_02:44:13_aleblanc@farbauti]{~}$ > mpirun --mca btl_openib_warn_no_device_params_found 0 --mca orte_base_help_aggregate 0 --mca btl openib,vader,self --mca pml ob1 --mca btl_openib_receive_queues P,65536,120,64,32 -hostfile

Re: [OMPI users] Bug with Open-MPI Processor Count

2018-11-01 Thread Ralph H Castain
Iā€™m a little under the weather and so will only be able to help a bit at a time. However, a couple of things to check: * add -mca ras_base_verbose 5 to the cmd line to see what mpirun thought the allocation was * is the hostfile available on every node? Ralph > On Nov 1, 2018, at 10:55 AM,

Re: [OMPI users] Bug with Open-MPI Processor Count

2018-11-01 Thread Adam LeBlanc
Hello Ralph, Attached below is the verbose output for a failing machine and a passing machine. Thanks, Adam LeBlanc On Thu, Nov 1, 2018 at 1:41 PM Adam LeBlanc wrote: > > > -- Forwarded message - > From: Ralph H Castain > Date: Thu, Nov 1, 2018 at 1:07 PM > Subject: Re: [OMPI

Re: [OMPI users] Bug with Open-MPI Processor Count

2018-11-01 Thread Ralph H Castain
Set rmaps_base_verbose=10 for debugging output Sent from my iPhone > On Nov 1, 2018, at 9:31 AM, Adam LeBlanc wrote: > > The version by the way for Open-MPI is 3.1.2. > > -Adam LeBlanc > >> On Thu, Nov 1, 2018 at 12:05 PM Adam LeBlanc wrote: >> Hello, >> >> I am an employee of the UNH

Re: [OMPI users] Bug with Open-MPI Processor Count

2018-11-01 Thread Adam LeBlanc
The version by the way for Open-MPI is 3.1.2. -Adam LeBlanc On Thu, Nov 1, 2018 at 12:05 PM Adam LeBlanc wrote: > Hello, I am an employee of the UNH InterOperability Lab, and we are in the > process of testing OFED-4.17-RC1 for the OpenFabrics Alliance. We have > purchased some new hardware

[OMPI users] Bug with Open-MPI Processor Count

2018-11-01 Thread Adam LeBlanc
Hello, I am an employee of the UNH InterOperability Lab, and we are in the process of testing OFED-4.17-RC1 for the OpenFabrics Alliance. We have purchased some new hardware that has one processor, and noticed an issue when running mpi jobs on nodes that do not have similar processor counts. If we

Re: [OMPI users] (no subject)

2018-11-01 Thread Jeff Squyres (jsquyres) via users
That's pretty weird. I notice that you're using 3.1.0rc2. Does the same thing happen with Open MPI 3.1.3? > On Oct 31, 2018, at 9:08 PM, Dmitry N. Mikushin wrote: > > Dear all, > > ompi_info reports pml components are available: > > $ /usr/mpi/gcc/openmpi-3.1.0rc2/bin/ompi_info -a | grep

[OMPI users] error "unacceptable operand for unary &" for openmpi-master-201810310352-a1e85b0 on Linux with Sun C

2018-11-01 Thread Siegmar Gross
Hi, I've tried to install openmpi-master-201810310352-a1e85b0 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately, I get the folowing error. loki openmpi-master-201810310352-a1e85b0-Linux.x86_64.64_cc 143 head -7 config.log | tail -1

Re: [OMPI users] error building openmpi-master-201810310352-a1e85b0 on Linux with Sun C

2018-11-01 Thread Siegmar Gross
Hi Takahiro, thank you very much for your help. Adding "-xatomic=studio" to CFLAGS solved the problem. Now I get a new error which I will report in a separate email. Kind regards Siegmar Am 01.11.2018 um 04:45 schrieb Kawashima, Takahiro: Hi Siegmar, According to the man page of cc in