[OMPI users] [PATCH] hooks: disable malloc override inside of Gentoo sandbox

2013-07-02 Thread Justin Bronder
if (getenv("FAKEROOTKEY") != NULL || -getenv("FAKED_MODE") != NULL) { +getenv("FAKED_MODE") != NULL || +getenv("SANDBOX_PID") != NULL ) { return; } -- 1.8.1.5 -- Justin Bronder signature.asc Description: Digital signature

Re: [OMPI users] Wrappers should put include path *after* user args

2010-01-19 Thread Justin Bronder
OpenMPI: jbronder@mejis ~ $ which mpicc /usr/lib64/mpi/mpi-openmpi/usr/bin/mpicc jbronder@mejis ~ $ mpicc -showme:compile -I/bleh -I/usr/lib64/mpi/mpi-openmpi/usr/include/openmpi -pthread -I/bleh Thanks, -- Justin Bronder pgpUpu5h4BdhJ.pgp Description: PGP signature

[OMPI users] Open-MPI 1.2 and GM

2007-03-27 Thread Justin Bronder
owing fails: /usr/local/ompi-gnu/bin/mpirun -np 4 -mca btl gm --host node84,node83 ./xhpl I've attached gziped files as suggested on the "Getting Help" section of the website and the output from the failed mpirun. Both nodes are known good Myrinet nodes, using FMA to map. Thanks

Re: [OMPI users] problem abut openmpi running

2006-10-19 Thread Justin Bronder
On a number of my Linux machines, /usr/local/lib is not searched by ldconfig, and hence, is not going to be found by gcc. You can fix this by adding /usr/local/lib to /etc/ld.so.conf and running ldconfig ( add the -v flag if you want to see the output ). -Justin. On 10/19/06, Durga Choudhury

Re: [OMPI users] Problem with Openmpi 1.1

2006-07-08 Thread Justin Bronder
; Let us know what you find. Thanks! > > > > *From:* users-boun...@open-mpi.org > [mailto:users-boun...@open-mpi.org] *On Behalf Of *Justin Bronder > *Sent:* Thursday, July 06, 2006 3:16 PM > *To:*

Re: [OMPI users] Problem with Openmpi 1.1

2006-07-06 Thread Justin Bronder
yrinet (GM)? If so, I'd love to hear the configure arguments and various versions you are using. Bonus points if you are using the IBM XL compilers. Thanks, Justin. On 7/6/06, Justin Bronder <jsbron...@gmail.com> wrote: Yes, that output was actually cut and pasted from an OS X run. I

Re: [OMPI users] Problem with Openmpi 1.1

2006-07-06 Thread Justin Bronder
Disregard the failure on Linux, a rebuild from scratch of HPL and OpenMPI seems to have resolved the issue. At least I'm not getting the errors during the residual checks. However, this is persisting under OS X. Thanks, Justin. On 7/6/06, Justin Bronder <jsbron...@gmail.com> wrote: Fo

Re: [OMPI users] Problem with Openmpi 1.1

2006-07-06 Thread Justin Bronder
As far as the nightly builds go, I'm still seeing what I believe to be this problem in both r10670 and r10652. This is happening with both Linux and OS X. Below are the systems and ompi_info for the newest revision 10670. As an example of the error, when running HPL with Myrinet I get the

[OMPI users] OpenMpi 1.1 and Torque 2.1.1

2006-06-29 Thread Justin Bronder
sr/src/openmpi-1.1 jbronder$ My thanks for any help in advance, Justin Bronder. ompi_info.log.gz Description: GNU Zip compressed data

Re: [OMPI users] [PMX:VIRUS] Re: OpenMPI 1.0.3a1r10002 Fails to build with IBM XL Compilers.

2006-05-31 Thread Justin Bronder
On 5/31/06, Brian W. Barrett wrote: A quick workaround is to edit opal/include/opal_config.h and change the #defines for OMPI_CXX_GCC_INLINE_ASSEMBLY and OMPI_CC_GCC_INLINE_ASSEMBLY from 1 to 0. That should allow you to build Open MPI with those XL compilers. Hopefully

Re: [OMPI users] [PMX:VIRUS] Re: OpenMPI 1.0.3a1r10002 Fails to build with IBM XL Compilers.

2006-05-31 Thread Justin Bronder
On 5/30/06, Brian Barrett <brbar...@open-mpi.org> wrote: On May 28, 2006, at 8:48 AM, Justin Bronder wrote: > Brian Barrett wrote: >> On May 27, 2006, at 10:01 AM, Justin Bronder wrote: >> >> >>> I've attached the required logs. Essentially the problem s

[OMPI users] [PMX:VIRUS] Re: OpenMPI 1.0.3a1r10002 Fails to build with IBM XL Compilers.

2006-05-28 Thread Justin Bronder
Brian Barrett wrote: > On May 27, 2006, at 10:01 AM, Justin Bronder wrote: > > >> I've attached the required logs. Essentially the problem seems to >> be that the XL Compilers fail to recognize "__asm__ __volatile__" in >> opal/include/sys/powerpc/atom