Re: [OMPI users] pure static "mpirun" launcher (Jeff Squyres) - now testing

2012-01-30 Thread Jeff Squyres
orld, I am 0 of 4 > Hello, world, I am 2 of 4 > ilias@194.160.135.47:/tmp/ilias/test/simplest/. > > ____________________ > From: Ilias Miroslav > Sent: Monday, January 30, 2

Re: [OMPI users] pure static "mpirun" launcher (Jeff Squyres) - now testing

2012-01-30 Thread Ilias Miroslav
0 of 4 Hello, world, I am 2 of 4 ilias@194.160.135.47:/tmp/ilias/test/simplest/. From: Ilias Miroslav Sent: Monday, January 30, 2012 8:40 PM To: us...@open-mpi.org Subject: Re: [O

Re: [OMPI users] pure static "mpirun" launcher (Jeff Squyres) - now testing

2012-01-30 Thread Ilias Miroslav
namic executable Any help, please ? How to include MPI-debug statements ? 1. Re: pure static "mpirun" launcher (Jeff Squyres) -- Message: 1 List-Post: users@lists.open-mpi.org Date: Fri, 27 Jan 2012 13:44:49 -0500

Re: [OMPI users] pure static "mpirun" launcher (Jeff Squyres) - now testing

2012-01-30 Thread Ralph Castain
no-unused' > write(lupri, '(a)') ' static libraries linking | ON' > > ldd dirac.x > not a dynamic executable > > > Any help, please ? How to include MPI-debug statements ? > > > > > > > > 1. Re: pure stat

Re: [OMPI users] pure static "mpirun" launcher (Jeff Squyres) - now testing

2012-01-30 Thread Ilias Miroslav
| -g -static -fpic -O2 -Wno-unused' write(lupri, '(a)') ' static libraries linking | ON' ldd dirac.x not a dynamic executable Any help, please ? How to include MPI-debug statements ? 1. Re: pure static "mpirun" launcher (Jeff Squyres)

Re: [OMPI users] pure static "mpirun" launcher

2012-01-27 Thread Jeff Squyres
t;> libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 >> (0x7fd726f15000) >> libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fd726b9) >> /lib64/ld-linux-x86-64.so.2 (0x00007fd7279ef000) >> >> Any help please ? config.log is here: >> >

Re: [OMPI users] pure static "mpirun" launcher

2012-01-27 Thread Jeff Squyres
726f15000) > libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fd726b9) > /lib64/ld-linux-x86-64.so.2 (0x7fd7279ef000) > > Any help please ? config.log is here: > > https://docs.google.com/open?id=0B8qBHKNhZAipNTNkMzUxZDEtNjJmZi00YzY3LWI4MmYtY2RkZDVkMjhiOTM

Re: [OMPI users] pure static "mpirun" launcher

2012-01-25 Thread Ilias Miroslav
oogle.com/open?id=0B8qBHKNhZAipNTNkMzUxZDEtNjJmZi00YzY3LWI4MmYtY2RkZDVkMjhiOTM1 Best, Miro -- Message: 10 List-Post: users@lists.open-mpi.org Date: Tue, 24 Jan 2012 11:55:21 -0500 From: Jeff Squyres Subject: Re: [OMPI users] pure static "mpirun" launcher To: Open

Re: [OMPI users] pure static "mpirun" launcher

2012-01-24 Thread Jeff Squyres
Ilias: Have you simply tried building Open MPI with flags that force static linking? E.g., something like this: ./configure --enable-static --disable-shared LDFLAGS=-Wl,-static I.e., put in LDFLAGS whatever flags your compiler/linker needs to force static linking. These LDFLAGS will be appl

Re: [OMPI users] pure static "mpirun" launcher

2012-01-24 Thread Ralph Castain
Good point! I'm traveling this week with limited resources, but will try to address when able. Sent from my iPad On Jan 24, 2012, at 7:07 AM, Reuti wrote: > Am 24.01.2012 um 15:49 schrieb Ralph Castain: > >> I'm a little confused. Building procs static makes sense as libraries may >> not be

Re: [OMPI users] pure static "mpirun" launcher

2012-01-24 Thread Reuti
Am 24.01.2012 um 15:49 schrieb Ralph Castain: > I'm a little confused. Building procs static makes sense as libraries may not > be available on compute nodes. However, mpirun is only executed in one place, > usually the head node where it was built. So there is less reason to build it > purely

Re: [OMPI users] pure static "mpirun" launcher

2012-01-24 Thread Ralph Castain
I'm a little confused. Building procs static makes sense as libraries may not be available on compute nodes. However, mpirun is only executed in one place, usually the head node where it was built. So there is less reason to build it purely static. Are you trying to move mpirun somewhere? Or is