> On Oct 27, 2014, at 7:21 PM, Gilles Gouaillardet
> wrote:
>
> Ralph,
>
> On 2014/10/28 0:46, Ralph Castain wrote:
>> Actually, I propose to also remove that issue. Simple enough to use a
>> hash_table_32 to handle the jobids, and let that point to a
>> hash_table_32 of vpids. Since we rarely
Marco,
here is attached a patch that fixes the issue
/* i could not find yet why this does not occurs on Linux ... */
could you please give it a try ?
Cheers,
Gilles
On 2014/10/27 18:45, Marco Atzeri wrote:
>
>
> On 10/27/2014 10:30 AM, Gilles Gouaillardet wrote:
>> Hi,
>>
>> i tested on a Red
Hi,
today I installed openmpi-dev-178-ga16c1e4 on Solaris 10 Sparc
with gcc-4.9.1 and Java 8. Now a very simple Java program works
as expected, but other Java programs still break. I removed the
warnings about "shmem.jar" and used the following configure
command.
tyr openmpi-dev-178-ga16c1e4-SunO
It sounds like your intel compiler installation is broken -- these types of
"present but not compilable" kinds of errors usually indicate that the compiler
itself has some kind of local conflict that is unrelated to Open MPI (that's
why we put those tests in OMPI's configure -- so that we can de
On Oct 27, 2014, at 1:25 PM, maxinator333 wrote:
> Deactivating my WLAN did indeed the trick!
> It also seems to not work, if a LAN-cable is plugged in. No difference if I
> am correctly connected (to the internet/gateway) or not (wrong IP, e.g.
> static given IP instead of mandatory DHCP)
> Ag
It doesn't seem to work. (switching off wlan still works)
mpicc mpiinit.c -o mpiinit.exe; time mpirun --mca btl sm,self -n 2
./mpiinit.exe
real0m43.733s
user0m0.888s
sys 0m0.824s
Am 28.10.2014 13:40, schrieb Jeff Squyres (jsquyres):
On Oct 27, 2014, at 1:25 PM, maxinator333 wrote
On Oct 28, 2014, at 9:02 AM, maxinator333 wrote:
> It doesn't seem to work. (switching off wlan still works)
> mpicc mpiinit.c -o mpiinit.exe; time mpirun --mca btl sm,self -n 2
> ./mpiinit.exe
>
> real0m43.733s
> user0m0.888s
> sys 0m0.824s
Ah, this must be an ORTE issue, then (i.
Thanks Brock; I opened https://github.com/open-mpi/ompi/issues/254 to track the
issue.
On Oct 27, 2014, at 12:57 AM, Brock Palen wrote:
> I think a lot of the information on this page:
>
> http://www.open-mpi.org/faq/?category=java
>
> Is out of date with the 1.8 release.
>
> Brock Palen
>
On 10/28/2014 12:04 PM, Gilles Gouaillardet wrote:
Marco,
here is attached a patch that fixes the issue
/* i could not find yet why this does not occurs on Linux ... */
could you please give it a try ?
Cheers,
Gilles
It solves the issue on 64 bit.
I see no growing memory usage anymore
I w
Hi Siegmar,
From the jvm logs, there is an alignment error in native_get_attr but i could
not find it by reading the source code.
Could you please do
ulimit -c unlimited
mpiexec ...
and then
gdb /bin/java core
And run bt on all threads until you get a line number in native_get_attr
Thanks
Gill
Thanks Marco,
pthread_mutex_init calls calloc under cygwin but does not allocate memory under
linux, so not invoking pthread_mutex_destroy causes a memory leak only under
cygwin.
Gilles
Marco Atzeri wrote:
>On 10/28/2014 12:04 PM, Gilles Gouaillardet wrote:
>> Marco,
>>
>> here is attached a
Hi,
I know 1.4.3 is really old but I am currently stuck with it. However,
there seems to be a bug in Allgather.
I have attached the source of an example program.
The output I would expect is:
rettenbs@hpcsccs4:/tmp$ mpiexec -np 5 ./a.out
0 0 1 2
1 0 1 2
2 0 1 2
3 0 1 2
4 0 1 2
But what I g
On 10/28/2014 4:41 PM, Gilles Gouaillardet wrote:
Thanks Marco,
pthread_mutex_init calls calloc under cygwin but does not allocate memory under
linux, so not invoking pthread_mutex_destroy causes a memory leak only under
cygwin.
Gilles
thanks for the work .
uploading 1.8.3-2 on www.cygwin.
Hi Gilles,
> From the jvm logs, there is an alignment error in native_get_attr
> but i could not find it by reading the source code.
>
> Could you please do
> ulimit -c unlimited
> mpiexec ...
> and then
> gdb /bin/java core
> And run bt on all threads until you get a line number in native_get_at
Gilles: will you be committing this to trunk and PR to 1.8?
> On Oct 28, 2014, at 11:05 AM, Marco Atzeri wrote:
>
> On 10/28/2014 4:41 PM, Gilles Gouaillardet wrote:
>> Thanks Marco,
>>
>> pthread_mutex_init calls calloc under cygwin but does not allocate memory
>> under linux, so not invokin
Yep, will do today
Ralph Castain wrote:
>Gilles: will you be committing this to trunk and PR to 1.8?
>
>
>> On Oct 28, 2014, at 11:05 AM, Marco Atzeri wrote:
>>
>> On 10/28/2014 4:41 PM, Gilles Gouaillardet wrote:
>>> Thanks Marco,
>>>
>>> pthread_mutex_init calls calloc under cygwin but does
16 matches
Mail list logo