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
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
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
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
| -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)
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:
>>
>
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
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
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
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
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
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
12 matches
Mail list logo