Re: [OMPI users] Error building openmpi on Raspberry pi 2

2017-09-27 Thread Jeff Layton
I could never get OpenMPI < 2.x to build on a Pi 2. I ended up using the binary from the repos. Pi 3 is a different matter - I got that to build after a little experimentation :) Jeff On Wednesday, September 27, 2017 8:03 AM, Nathan Hjelm wrote: Open MPI does not officially support A

Re: [OMPI users] [Open MPI Announce] Follow-up to Open MPI SC'16 BOF

2016-12-05 Thread Jeff Layton
We're going to make Open MPI Great Again (don't shoot me please) Thanks to all who provided their opinion. Based on the results, the Open MPI developer community will work on v3.0.0 after the v2.1.x series. On Nov 28, 2016, at 5:18 PM, Jeff Squyres (jsquyres) mailto:jsquy...@cisco.co

[OMPI users] Problem getting job to start

2015-06-23 Thread Jeff Layton
Good afternoon sports fans! I'm trying to run the ft code of NPB, class D, over 128 processors. I built the code with gfortran 4.4.7 (CentOS 6 platform) and Open MPI 1.8.1.  I'm using openlava as the resource manager. The error output is the following: [ec2-user@ip-172-31-42-106 bin]$ more runit

Re: [OMPI users] Building OpenMPI on Raspberry Pi 2

2015-06-10 Thread Jeff Layton
on an x86_64 os to build a x86_64 binary, is this called cross compilation ?) my guess is raspbian gcc 4.6 is not able to compile for armv7, even with some extra flags. can you try sudo apt-get install gcc-4.8 g++-4.8 and configure with CC=gcc48 CXX=g++48 (or whatever the gcc 4.8 compiler na

Re: [OMPI users] Building OpenMPI on Raspberry Pi 2

2015-06-09 Thread Jeff Layton
> wrote: Jeff, can you gcc -march=armv7-a foo.c Cheers, Gilles On Tuesday, June 9, 2015, Jeff Layton > wrote: Gilles, I'm not cross-compiling - I'm building on the Pi 2. I'm not sure how to check if gcc can generate armv7

Re: [OMPI users] Building OpenMPI on Raspberry Pi 2

2015-06-09 Thread Jeff Layton
c.php?f=56&t=98997 Cheers, Gilles On Tuesday, June 9, 2015, Gilles Gouaillardet mailto:gilles.gouaillar...@gmail.com>> wrote: Jeff, can you gcc -march=armv7-a foo.c Cheers, Gilles On Tuesday, June 9, 2015, Jeff Layton > wrote: Gilles,

Re: [OMPI users] Building OpenMPI on Raspberry Pi 2

2015-06-09 Thread Jeff Layton
On Tuesday, June 9, 2015, Jeff Layton > wrote: Gilles, I'm not cross-compiling - I'm building on the Pi 2. I'm not sure how to check if gcc can generate armv7 code. I'm using Raspbian and I'm just using the default compilers

Re: [OMPI users] Building OpenMPI on Raspberry Pi 2

2015-06-09 Thread Jeff Layton
Gilles, Yes I can. I tried a simple C code ("hello world") and it compiled and ran correctly. Thanks! Jeff Jeff, can you gcc -march=armv7-a foo.c Cheers, Gilles On Tuesday, June 9, 2015, Jeff Layton <mailto:layto...@att.net>> wrote: Gilles, I'm n

Re: [OMPI users] Building OpenMPI on Raspberry Pi 2

2015-06-09 Thread Jeff Layton
u confirm 1) you are not cross compiling 2) your gcc can generate code for armv7 ? Cheers, Gilles On 6/9/2015 1:48 AM, Jeff Layton wrote: Jeff, Sorry - I was traveling for a week and didn't have to the RPi. What happens if you don't supply CCASFLAGS at all? The output from &

Re: [OMPI users] Building OpenMPI on Raspberry Pi 2

2015-06-08 Thread Jeff Layton
Jeff, Sorry - I was traveling for a week and didn't have to the RPi. What happens if you don't supply CCASFLAGS at all? The output from "make" is below. It died when it tried to compile atomic-local. It says the processor doesn't support ARM mode "dmb". Thanks! Jeff pi@raspberrypi /work

Re: [OMPI users] Building OpenMPI on Raspberry Pi 2

2015-05-30 Thread Jeff Layton
build that file. On May 29, 2015, at 2:17 PM, Jeff Layton wrote: George, I changed my configure command to be: ./configure CCASFLAGS=-march=native and I get an error while running configure: ... *** Assembler checking dependency style of gcc -std=gnu99... gcc3 checking for BSD- or MS-compati

Re: [OMPI users] Building OpenMPI on Raspberry Pi 2

2015-05-29 Thread Jeff Layton
you are not cross-compiling I would expect gcc to use the right assembly by default. What is happening is you force the native mode (-march=native) ? George. On Fri, May 29, 2015 at 10:09 AM, Jeff Layton <mailto:layto...@att.net>> wrote: On 05/29/2015 09:35 AM, Jeff Lay

Re: [OMPI users] Building OpenMPI on Raspberry Pi 2

2015-05-29 Thread Jeff Layton
On 05/29/2015 09:35 AM, Jeff Layton wrote: Gilles, oops - yes, CFLAGS. But I also saw this posting: https://www.open-mpi.org/community/lists/users/2013/01/2.php where CCASFLAGS is used (I assume because for asm). I'm trying this flag when I configure Open MPI. I tried usin

Re: [OMPI users] Building OpenMPI on Raspberry Pi 2

2015-05-29 Thread Jeff Layton
wrote CCFLAGS instead of CFLAGS ? also, can you double check the flags are correctly passed to the assembler with cd opal/asm make -n atomic-asm.lo Cheers, Gilles On Friday, May 29, 2015, Jeff Layton <mailto:layto...@att.net>> wrote: Good morning, I'm building OpenMPI from so

[OMPI users] Building OpenMPI on Raspberry Pi 2

2015-05-29 Thread Jeff Layton
Good morning, I'm building OpenMPI from source on a Raspberry Pi 2 and I've hit an error. The error is: make[2]: Entering directory '/work/pi/src/openmpi-1.8.5/opal/asm' CPPASatomic-asm.lo atomic-asm.S: Assembler messages: atomic-asm.S:7: Error: selected processor does not support ARM mode

[OMPI users] Using orterun to start jobs with numactl

2012-02-20 Thread Jeff Layton
Good afternoon, I'm working with some AMD Interlagos nodes (16-core, 4-socket), and I want to bind processes to cores in specific layouts. These may not be in logical order so I need to be able to my MPI app and point it to specific cores on specific nodes (although the core ordering is the same

Re: [OMPI users] Problem getting OpenMPI to run

2009-06-02 Thread Jeff Layton
or SGE. TIA! Jeff From: Joe Landman To: Open MPI Users Sent: Monday, June 1, 2009 3:34:40 PM Subject: Re: [OMPI users] Problem getting OpenMPI to run Jeff Layton wrote: > Jeff Squyres wrote: >> On Jun 1, 2009, at 2:04 PM, Jeff Layton wrote: >> >>&

Re: [OMPI users] Problem getting OpenMPI to run

2009-06-01 Thread Jeff Layton
Jeff Squyres wrote: On Jun 1, 2009, at 2:04 PM, Jeff Layton wrote: error: executing task of job 3084 failed: execution daemon on host "compute-2-2.local" didn't accept task This looks like an error message from the resource manager/scheduler -- not from OMPI (i.e., OMPI tr

[OMPI users] Problem getting OpenMPI to run

2009-06-01 Thread Jeff Layton
Good morning, I think I sent this out last week but I did some "experimentation" and kind-of/sort-of got my OpenMPI application to run. But I do have a weird problem. I can get the application (build with OpenMPI-1.3.2 with gcc and the app is built with Intel 10.2) to run on the IB network (not

Re: [OMPI users] Problem with 1.3.2 - need tips on debugging

2009-05-29 Thread Jeff Layton
I've got some more information (after rebuilding Open MPI and the application a few times). I put -mca mpi_show_mca_params enviro in my mpirun line to get some of the parameter information back. I get the following information back (warning - it's long). ---

[OMPI users] Problem with 1.3.2 - need tips on debugging

2009-05-29 Thread Jeff Layton
Good morning, I just built 1.3.2 on a ROCKS 4.something system. I built my code (CFL3D) with the Intel 10.1 compilers. I also linked in the OpenMPI libs and the Intel libraries to make sure I had the paths correct. When I try running my code, I get the following, error: executing task of job 29

Re: [OMPI users] Open MPI 2009 released

2009-04-02 Thread Jeff Layton
I'm still looking for the new "-11" option that will allow OpenMPI compiled code to run even faster. I'm hoping that option makes it in soon (isn't it part of the 11.7 MPI standard?) Jeff From: George Bosilca To: Open MPI MPI Developers ; Open MPI Users S

Re: [OMPI users] mlx4 error - looking for guidance

2009-03-05 Thread Jeff Layton
startup, or you get it during your run ? Thanks, Pasha Jeff Layton wrote: Evening everyone, I'm running a CFD code on IB and I've encountered an error I'm not sure about and I'm looking for some guidance on where to start looking. Here's the error: mlx4: local QP

Re: [OMPI users] mlx4 error - looking for guidance

2009-03-05 Thread Jeff Layton
you HCA type (ibv_devinfo -v). Do you see this error immediate during startup, or you get it during your run ? Thanks, Pasha Jeff Layton wrote: Evening everyone, I'm running a CFD code on IB and I've encountered an error I'm not sure about and I'm looking for some guidan

[OMPI users] mlx4 error - looking for guidance

2009-03-04 Thread Jeff Layton
Evening everyone, I'm running a CFD code on IB and I've encountered an error I'm not sure about and I'm looking for some guidance on where to start looking. Here's the error: mlx4: local QP operation err (QPN 260092, WQE index 9a9e, vendor syndrome 6f, opcode = 5e) [0,1,6][btl_openib_compon