Re: [OMPI users] warning message for process binding with openmpi-dev-4010-g6c9d65c

2016-05-07 Thread Siegmar Gross
ll that used to work without any warning ? Cheers, Gilles On Saturday, May 7, 2016, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de <mailto:siegmar.gr...@informatik.hs-fulda.de>> wrote: Hi, yesterday I installed openmpi-dev-4010-g6c9d65c on my "SUSE Linux Enterpris

Re: [OMPI users] [open-mpi/ompi] COMM_SPAWN broken on Solaris/v1.10 (#1569)

2016-05-07 Thread Siegmar Gross
r, i was unable to reproduce the issue with one solaris 11 x86_64 VM and one linux x86_64 VM what is the minimal configuration you need to reproduce the issue ? are you able to reproduce the issue with only x86_64 nodes ? i was under the impression that solaris vs linux is the issue, but is big

Re: [OMPI users] problem with Sun C 5.14 beta

2016-05-07 Thread Siegmar Gross
ot; Cheers, Gilles On Saturday, May 7, 2016, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de <mailto:siegmar.gr...@informatik.hs-fulda.de>> wrote: Hi, today I tried to install openmpi-v1.10.2-176-g9d45e07 on my "SUSE Linux Enterprise Server 12 (x86_64)

[OMPI users] problem with exceptions in Java interface

2016-05-20 Thread Siegmar Gross
Hi, I tried MPI.ERRORS_RETURN in a small Java program with Open MPI 1.10.2 and master. I get the expected behaviour, if I use a wrong value for the root process in "bcast". Unfortunately I get an MPI or Java error message if I try to broadcast more data than available. Is this intended or is it

[OMPI users] another problem with slot-list and openmpi-v2.x-dev-1441-g402abf9

2016-05-23 Thread Siegmar Gross
Hi, I installed openmpi-v2.x-dev-1441-g402abf9 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.14 and gcc-6.1.0. Unfortunately I don't get the expected output with "--slot-list". It's the same behaviour for both compilers. loki hello_2 114 ompi_info | grep -e "OPAL repo

[OMPI users] problem with slot-list and openmpi-v2.x-dev-1441-g402abf9

2016-05-23 Thread Siegmar Gross
Hi, I installed openmpi-v2.x-dev-1441-g402abf9 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.14 and gcc-6.1.0. Unfortunately I get a timeout error for "--slot-list". It's the same behaviour for both compilers. loki spawn 143 mpiexec -np 1 --host loki,loki,loki,nfs1,nfs1

[OMPI users] segmentation fault for slot-list and openmpi-1.10.3rc2

2016-05-23 Thread Siegmar Gross
Hi, I installed openmpi-1.10.3rc2 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.13 and gcc-6.1.0. Unfortunately I get a segmentation fault for "--slot-list" for one of my small programs. loki spawn 119 ompi_info | grep -e "OPAL repo revision:" -e "C compiler absolute:"

Re: [OMPI users] segmentation fault for slot-list and openmpi-1.10.3rc2

2016-05-24 Thread Siegmar Gross
W: I don’t know how many cores you have on your sockets, but if you have 6 cores/socket, then your slot-list is equivalent to “—bind-to none” as the slot-list applies to every process being launched On May 23, 2016, at 6:26 AM, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de> wrote: Hi,

Re: [OMPI users] segmentation fault for slot-list and openmpi-1.10.3rc2

2016-05-24 Thread Siegmar Gross
ntation fault (11) >> [loki:24105] Signal code: Address not mapped (1) ... "mpiexec -np 1 --host loki --slot-list 0-5 a.out" breaks with a segmentation faUlt. Can I do something, so that you can find out, what happens? Kind regards Siegmar On 05/24/16 15:07, Ralph Castain wrote:

Re: [OMPI users] segmentation fault for slot-list and openmpi-1.10.3rc2

2016-05-24 Thread Siegmar Gross
node pc03 exited on signal 11 (Segmentation fault). -- pc03 spawn 122 Kind regards Siegmar On 05/24/16 15:44, Ralph Castain wrote: On May 24, 2016, at 6:21 AM, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de> wrote: Hi Ralph, I copy the releva

Re: [OMPI users] segmentation fault for slot-list and openmpi-1.10.3rc2

2016-05-25 Thread Siegmar Gross
38 1 completed MPI_Init Hello from the child 1 of 3 on host bend001 pid 17604 2 completed MPI_Init Hello from the child 2 of 3 on host bend001 pid 17605 Child 0 disconnected Child 2 disconnected Parent disconnected Child 1 disconnected 17603: exiting 17605: exiting 17601: exiting 17604: exiting $ On

Re: [OMPI users] segmentation fault for slot-list and openmpi-1.10.3rc2

2016-05-26 Thread Siegmar Gross
o from the child 2 of 3 on host bend001 pid 17605 Child 0 disconnected Child 2 disconnected Parent disconnected Child 1 disconnected 17603: exiting 17605: exiting 17601: exiting 17604: exiting $ On May 24, 2016, at 7:18 AM, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de> wrote: Hi Ralph

Re: [OMPI users] segmentation fault for slot-list and openmpi-1.10.3rc2

2016-05-27 Thread Siegmar Gross
r exists. (gdb) The program is not being run. (gdb) ... Kind regards Siegmar On May 26, 2016, at 5:48 AM, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de> wrote: Hi Ralph and Gilles, it's strange that the program works with "--host" and "--slot-list" in your e

[OMPI users] openmpi-v2.x-dev-1468-g6011906: error in MPI_Comm_spawn

2016-06-07 Thread Siegmar Gross
Hi, I installed openmpi-v2.x-dev-1468-g6011906 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.13 and gcc-6.1.0. Unfortunately I get an error for the combination of "--host" and "--slot-list" for a small program, while the program runs as expected with a single option "--host" or

[OMPI users] openmpi-v1.10.3rc4: another problem with "--slot-list"

2016-06-08 Thread Siegmar Gross
Hi, I have built openmpi-v1.10.3rc4 on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with gcc-5.1.0 and Sun C 5.13. Unfortunately I have once more a problem with "--slot-list". This time a small program breaks on my Sparc machine while it works as expected on

[OMPI users] openmpi-v2.x-dev-1468-g6011906 : problem with "--host"

2016-06-08 Thread Siegmar Gross
Hi, I have built openmpi-v2.x-dev-1468-g6011906 on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with gcc-5.1.0 and Sun C 5.13. Unfortunately I have a problem with "--host" for a MPMD program. The behaviour is different on different machines. Why do I need two

[OMPI users] openmpi-dev-4221-gb707d13: referenced symbol

2016-06-08 Thread Siegmar Gross
Hi, I have built openmpi-dev-4221-gb707d13 on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with gcc-5.1.0 and Sun C 5.13. Unfortunately I get an error for a small program. tyr hello_1 109 ompi_info | grep -e "OPAL repo revision:" -e "C compiler absolute:"

[hwloc-users] Questions to lstopo and hwloc-bind

2012-09-14 Thread Siegmar Gross
Hi, I have installed hwloc-1.5 on our systems and get the following output when I run "lstopo" on a Sun Server M4000 (two quad-core processors with two hardware-threads each). rs0 fd1026 101 lstopo Machine (32GB) + NUMANode L#0 (P#1 32GB) Socket L#0 Core L#0 PU L#0 (P#0) PU L#1

[hwloc-users] problem with X11 using Solaris

2014-09-16 Thread Siegmar Gross
Hi, today I installed hwloc-1.9.1 on my machines (Solaris 10 Sparc (tyr), Solaris 10 x86_64 (sunpc1), and openSUSE Linux 12.1 x86_64 (linpc1)) with Sun C 5.12. I could use "--with-x" on Solaris after modifying /usr/include/X11/Xutil.h. tyr openmpi-1.9 111 more /usr/include/X11/Xutil.h ... /* You

Re: [hwloc-users] problem with X11 using Solaris

2014-09-17 Thread Siegmar Gross
oot root 250116 Sep 17 17:21 lstopo -rwxr-xr-x 1 root root 225288 Sep 17 17:21 lstopo-no-graphics tyr local 112 lstopo X connection to localhost:13.0 broken (explicit kill or server shutdown). tyr local 113 The error message came up, when I closed the lstopo window. > thanks > Brice >

Re: [hwloc-users] problem with X11 using Solaris

2014-09-18 Thread Siegmar Gross
8.1131.git005a7e8.tar.gz > > I am looking at the warnings and make check failures you sent. > Brice > > > > Le 17/09/2014 17:45, Siegmar Gross a écrit : > > Hi, > > > > sorry, I pressed the send button, before my attachements were complete. > > >

[OMPI users] problem with opal_list_remove_item for openmpi-v2.x-201702010255-8b16747 on Linux

2017-02-02 Thread Siegmar Gross
Hi, I have installed openmpi-v2.x-201702010255-8b16747 on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.14 and gcc-6.3.0. Unfortunately, I get a warning from "opal_list_remove_item" about a missing item when I run one of my programs. loki spawn 115 mpiexec -np 1 --host

[OMPI users] numaif.h present but not usable with openmpi-master-201702080209-bc2890e on Linux

2017-02-08 Thread Siegmar Gross
Hi, I have installed openmpi-master-201702080209-bc2890e on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.14 and gcc-6.3.0. Unfortunately, "numaif.h" isn't usable for "cc" while "gcc" has no problems with that file. The file is available in /usr/local/include. loki

[OMPI users] pmix error with openmpi-master-201702010209-6cb484a on Linux

2017-02-02 Thread Siegmar Gross
Hi, I have installed openmpi-master-201702010209-6cb484a on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.14 and gcc-6.3.0. Unfortunately, I get errors when I run my spawn programs. loki spawn 107 mpiexec -np 1 --host loki,loki,nfs1 spawn_intra_comm Parent process 0: I create 2

Re: [OMPI users] fatal error with openmpi-master-201702150209-404fe32 on Linux with Sun C

2017-02-15 Thread Siegmar Gross
, it was almost certainly 7acef48 from Gilles that updated the PMIx code. Gilles: can you perhaps take a peek? Sent from my iPad On Feb 15, 2017, at 11:43 AM, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de> wrote: Hi Ralph, I get the error already with openmpi-master-201702100209-51def91

[OMPI users] fatal error with openmpi-master-201702150209-404fe32 on Linux with Sun C

2017-02-15 Thread Siegmar Gross
Hi, I tried to install openmpi-master-201702150209-404fe32 on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.14. Unfortunately, "make" breaks with the following error. I've had no problems with gcc-6.3.0. ...

[OMPI users] configure test doesn't find cuda.h and valgrind.h for openmpi-master-201702150209-404fe32

2017-02-15 Thread Siegmar Gross
Hi, I tried to install openmpi-master-201702150209-404fe32 on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.14 and gcc-6.3.0. Unfortunately, configure tests don't find cuda.h and valgrind.h, although they are available. I had reported this problem already for

Re: [OMPI users] fatal error with openmpi-master-201702150209-404fe32 on Linux with Sun C

2017-02-15 Thread Siegmar Gross
very much for your help Siegmar Cheers, Gilles On Wednesday, February 15, 2017, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de <mailto:siegmar.gr...@informatik.hs-fulda.de>> wrote: Hi, I tried to install openmpi-master-201702150209-404fe32 on my "SUSE Linux

Re: [OMPI users] fatal error with openmpi-master-201702150209-404fe32 on Linux with Sun C

2017-02-15 Thread Siegmar Gross
s probably something added in recent commits that is causing problems for the compiler. So checking to see what commit might be triggering the failure would be most helpful. On Feb 15, 2017, at 8:29 AM, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de> wrote: Hi Gilles, this looks

Re: [OMPI users] numaif.h present but not usable with openmpi-master-201702080209-bc2890e on Linux

2017-02-15 Thread Siegmar Gross
Hi Jeff and Gilles, thank you very much for your answers. I added -I flags for "valgrind.h" und "cuda.h" to the CPPFLAGS and CXXCPPFLAGS and related -L flags to LDFLAGS. Now the header files are usable und I was able to build Open MPI master without errors with gcc. Tomorrow I can test the

Re: [OMPI users] numaif.h present but not usable with openmpi-master-201702080209-bc2890e on Linux

2017-02-15 Thread Siegmar Gross
Hi Jeff, Did adding these flags to CPPFLAGS/CXXCPPFLAGS also solve the cuda.h issues? Yes, but it would be great if "configure" would add the flags automatically when "--with-cuda=..." is available. Kind regards Siegmar On Feb 15, 2017, at 11:13 AM, Siegma

[OMPI users] fatal error with openmpi-2.1.0rc1 on Linux with Sun C

2017-02-27 Thread Siegmar Gross
Hi, I tried to install openmpi-2.1.0rc1 on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.14. Unfortunately, "make" breaks with the following error. I had reported the same problem for openmpi-master-201702150209-404fe32. Gilles was able to solve the problem

[OMPI users] Segmentation fault for openmpi-2.0.1

2016-09-05 Thread Siegmar Gross
Hi, I have installed openmpi-2.0.1 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.14 beta and gcc-6.1.0. Unfortunately, I still get the segmentation fault, which I reported for openmpi-v2.0.0-233-gb5f0a4f. I would be grateful, if somebody can fix the problem. Thank you very much

[OMPI users] Error "Out of resource" for openmpi-1.10.4 on Linux

2016-09-05 Thread Siegmar Gross
Hi, I have installed openmpi-1.10.4 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.14 beta and gcc-6.1.0. Unfortunately, I get an error which I didn't get with version 1.10.3. loki hello_1 116 ompi_info | grep -e "Open MPI:" -e "C compiler absolute:" Open MPI:

[OMPI users] MPI_ERR_INTERN with openmpi-dev-4691-g277c319 on SuSE Linux

2016-08-28 Thread Siegmar Gross
Hi, I have installed openmpi-dev-4691-g277c319 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.14 beta and gcc-6.1.0. Unfortunately I get an internal error for all my spawn programs. loki spawn 147 ompi_info | grep -e "Open MPI repo revision" -e "C compiler absolute" Open MPI

[OMPI users] Segmentation fault for openmpi-v2.0.0-233-gb5f0a4f with SuSE Linux

2016-08-28 Thread Siegmar Gross
Hi, I have installed openmpi-v2.0.0-233-gb5f0a4f on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.14 beta and gcc-6.1.0. Unfortunately I have a problem with my program "spawn_master". It hangs if I run it on my local machine and I get I segmentation fault if I run it on a remote

[OMPI users] problem with exceptions in Java interface

2016-08-29 Thread Siegmar Gross
Hi, I have installed v1.10.3-31-g35ba6a1, openmpi-v2.0.0-233-gb5f0a4f, and openmpi-dev-4691-g277c319 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.14 beta and gcc-6.1.0. In May I had reported a problem with Java execeptions (PR 1698) which had been solved in June (PR 1803).

Re: [OMPI users] problem with exceptions in Java interface

2016-08-29 Thread Siegmar Gross
and not a bug. thoughts anyone ? Cheers, Gilles On 8/29/2016 3:48 PM, Siegmar Gross wrote: Hi, I have installed v1.10.3-31-g35ba6a1, openmpi-v2.0.0-233-gb5f0a4f, and openmpi-dev-4691-g277c319 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.14 beta and gcc-6.1.0. In

[OMPI users] redeclared identifier for openmpi-v2.0.1-130-gb3a367d witj Sun C on Linux

2016-10-27 Thread Siegmar Gross
Hi, I tried to install openmpi-v2.0.1-130-gb3a367d on my "SUSE Linux Enterprise Server 12.1 (x86_64)" with Sun C 5.14 beta. Unfortunately, I get the following error. I was able to build it with gcc-6.2.0. loki openmpi-v2.0.1-130-gb3a367d-Linux.x86_64.64_cc 124 tail -18

[OMPI users] Segmentation fault with openmpi-v2.0.1-134-g52bea1d on SuSE Linux

2016-11-02 Thread Siegmar Gross
Hi, I have installed openmpi-v2.0.1-134-g52bea1d on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.14 beta and gcc-6.2.0. Unfortunately, I get an error when I run one of my programs. loki spawn 149 ompi_info | grep -e "Open MPI:" -e "C compiler absolute:" Open MPI:

Re: [OMPI users] still segmentation fault with openmpi-2.0.2rc3 on Linux

2017-01-11 Thread Siegmar Gross
t may have some impact. I'll give a try with these parameters. This should be enough info for now, Thanks, Howard 2017-01-09 0:59 GMT-07:00 Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de <mailto:siegmar.gr...@informatik.hs-fulda.de>>: Hi Howard, I use the follo

Re: [OMPI users] segmentation fault with openmpi-2.0.2rc2 on Linux

2017-01-02 Thread Siegmar Gross
e program standalone. Thanks, Howard 2016-12-28 7:06 GMT-07:00 Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de <mailto:siegmar.gr...@informatik.hs-fulda.de>>: Hi, I have installed openmpi-2.0.2rc2 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.1

Re: [OMPI users] segmentation fault with openmpi-2.0.2rc2 on Linux

2017-01-03 Thread Siegmar Gross
he barrier failure is observed. Thanks, Howard 2017-01-03 0:32 GMT-07:00 Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de <mailto:siegmar.gr...@informatik.hs-fulda.de>>: Hi Howard, thank you very much that you try to solve my problem. I haven't changed the programs

[OMPI users] still segmentation fault with openmpi-2.0.2rc3 on Linux

2017-01-07 Thread Siegmar Gross
Hi, I have installed openmpi-2.0.2rc3 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.14 and gcc-6.3.0. Unfortunately, I still get the same error that I reported for rc2. I would be grateful, if somebody can fix the problem before releasing the final version. Thank you very much

Re: [OMPI users] still segmentation fault with openmpi-2.0.2rc3 on Linux

2017-01-09 Thread Siegmar Gross
Do you need anything else? Kind regards Siegmar Am 08.01.2017 um 17:02 schrieb Howard Pritchard: HI Siegmar, Could you post the configury options you use when building the 2.0.2rc3? Maybe that will help in trying to reproduce the segfault you are observing. Howard 2017-01-07 2:30 GMT-07:00

[OMPI users] segmentation fault with openmpi-2.0.2rc2 on Linux

2016-12-28 Thread Siegmar Gross
Hi, I have installed openmpi-2.0.2rc2 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.14 beta and gcc-6.2.0. Unfortunately, I get an error when I run one of my programs. Everything works as expected with openmpi-master-201612232109-67a08e8. The program gets a timeout with

[OMPI users] "Warning :: opal_list_remove_item" with openmpi-2.1.0rc4

2017-03-21 Thread Siegmar Gross
Hi, I have installed openmpi-2.1.0rc4 on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.14 and gcc-6.3.0. Sometimes I get once more a warning about a missing item for one of my small programs (it doesn't matter if I use my cc or gcc version). My gcc version also displays the

Re: [OMPI users] "Warning :: opal_list_remove_item" with openmpi-2.1.0rc4

2017-03-22 Thread Siegmar Gross
--with-cuda is enough. About the opal_list_remove_item, we'll try to reproduce the issue and see where it comes from. Sylvain On 03/21/2017 12:38 AM, Siegmar Gross wrote: Hi, I have installed openmpi-2.1.0rc4 on my "SUSE Linux Enterprise Server 12.2 (x86_6

[OMPI users] fatal error for openmpi-master-201704200300-ded63c with SuSE Linux and gcc-6.3.0

2017-04-20 Thread Siegmar Gross
Hi, I tried to install openmpi-master-201704200300-ded63c on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.14 and gcc-6.3.0. Unfortunately, "make" breaks with the following error for gcc. I've had no problems with cc. loki openmpi-master-201704200300-ded63c5-Linux.x86_64.64_gcc

[OMPI users] question about run-time of a small program

2017-07-31 Thread Siegmar Gross
Hi, I have two versions of a small program. In the first one the process with rank 0 calls the function "master()" and all other ranks call the function "slave()" and in the second one I have two programs: one for the master task and another one for the slave task. The run-time for the second

[OMPI users] openmpi-master-201708110239-03544d7: NVIDIA: no NVIDIA devices found

2017-08-14 Thread Siegmar Gross
Hi, I have installed openmpi-master-201708110239-03544d7 and openmpi-2.1.2rc1 on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.15 and gcc-5.3.0. "mpiexec" from openmpi-master reports "NVIDIA: no NVIDIA devices found" if a machine isn't equipped with a Nvidia device. loki fd1026

[OMPI users] still fatal error for openmpi-master-201705100259-d7ebcca with SuSE Linux and gcc-7.1.0

2017-05-10 Thread Siegmar Gross
Hi, I tried to install openmpi-master-201705100259-d7ebcca on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.14 and gcc-7.1.0 and I still get the error that I reported for openmpi-master-201704200300-ded63c. loki openmpi-master-201705100259-d7ebcca-Linux.x86_64.64_gcc 126 grep

[OMPI users] OPAL ERROR with openmpi-master-201705270239-a6f6113 on SuSE Linux

2017-05-29 Thread Siegmar Gross
Hi, I have installed openmpi-master-201705270239-a6f6113 on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.14 and gcc-7.1.0. Unfortunately, two of my small test programs fail with the same errors for different command lines. Everything works as expected if I only use the machine

[OMPI users] problem with "--host" with openmpi-v3.x-201705250239-d5200ea

2017-05-30 Thread Siegmar Gross
Hi, I have installed openmpi-v3.x-201705250239-d5200ea on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.14 and gcc-7.1.0. Depending on the machine that I use to start my processes, I have a problem with "--host" for versions "v3.x" and "master", while everything works as expected

Re: [OMPI users] problem with "--host" with openmpi-v3.x-201705250239-d5200ea

2017-05-30 Thread Siegmar Gross
Hi Gilles, what if you ? mpiexec --host loki:1,exin:1 -np 3 hello_1_mpi I need as many slots as processes so that I use "-np 2". "mpiexec --host loki,exin -np 2 hello_1_mpi" works as well. The command breaks, if I use at least "-np 3" and distribute the processes across at least two machines.

Re: [OMPI users] problem with "--host" with openmpi-v3.x-201705250239-d5200ea

2017-05-31 Thread Siegmar Gross
d by the application: hostname Either request fewer slots for your application, or make more slots available for use. -- loki hello_1 113 Kind regards Siegmar Cheers, Gilles On 5/31/2017 3:24 PM, Siegmar Gross wrote: Hi G

Re: [OMPI users] problem with "--host" with openmpi-v3.x-201705250239-d5200ea

2017-05-31 Thread Siegmar Gross
e2109) loki hello_1 166 Thank you very much for your help Siegmar if Open MPI is not installed on a shared filesystem (NFS for example), please also double check both install were built from the same source and with the same options Cheers, Gilles On 5/30/2017 10:20 PM, r...@open-mpi.org

[OMPI users] openmpi-v2.0.x-201709300323-7b3806e

2017-10-02 Thread Siegmar Gross
Hi, I've tried to install openmpi-v2.0.x-201709300323-7b3806e on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately I still get the following error that I reported some time ago. loki

[OMPI users] openmpi-2.1.2rc2: warnings from "make" and "make check"

2017-08-21 Thread Siegmar Gross
Hi, I've installed openmpi-2.1.2rc2 on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6) and gcc-7.1.0. Perhaps somebody wants to eliminate the following warnings.

[OMPI users] building openmpi-v2.0.x-201708300322-ed589c7 fails on SuSE Linux with Sun C 5.15

2017-09-04 Thread Siegmar Gross
Hi, I've tried to install openmpi-v2.0.x-201708300322-ed589c7 on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately I get the following error. loki openmpi-v2.0.x-201708300322-ed589c7-Linux.x86_64.64_cc 199 cc -V cc: Studio 12.6 Sun C

Re: [OMPI users] openmpi-v3.0.0: error for --map-by

2017-12-20 Thread Siegmar Gross
NG BINDING TO CORE Wed Dec 20 00:20:55 PST 2017 Wed Dec 20 00:20:55 PST 2017 Tue Dec 19 18:37:03 PST 2017 Tue Dec 19 18:37:03 PST 2017 $ I’ll remove the debug, but it looks like this was already fixed. On Dec 19, 2017, at 10:49 PM, Siegmar Gross <siegmar.gr...@informatik.hs-fulda.de <m

[OMPI users] openmpi-v3.0.0: error for --map-by

2017-12-19 Thread Siegmar Gross
Hi, I've installed openmpi-v3.0.0 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with gcc-6.4.0. Today I discovered that I get an error for --map-by that I don't get with older versions. loki fd1026 115 which mpiexec /usr/local/openmpi-2.0.3_64_gcc/bin/mpiexec loki fd1026 116 mpiexec

[OMPI users] addition: openmpi-v3.0.0: error for --map-by

2017-12-19 Thread Siegmar Gross
Hi, I've a small addition to my last email. The command works once more with openmpi-v3.0.x-201711130242-40522ff and openmpi-master-201711140242-97d0469. How can I avoid the binding messages? loki fd1026 107 which mpiexec /usr/local/openmpi-3.0.1_64_gcc/bin/mpiexec loki fd1026 108 mpiexec

Re: [OMPI users] [OMPI devel] Open MPI 2.0.4rc2 available for testing

2017-11-02 Thread Siegmar Gross
8, Howard Pritchard wrote: HI Folks, We decided to roll an rc2 to pick up a PMIx fix: - Fix an issue with visibility of functions defined in the built-in PMIx.   Thanks to Siegmar Gross for reporting this issue. Tarballs can be found at the usual place https://www.open-mpi.org/software/ompi/v2

Re: [OMPI users] [OMPI devel] Open MPI 2.0.4rc2 available for testing

2017-11-02 Thread Siegmar Gross
the problem, it is fine with me. I just thought that you are interested in such problems, so that I still try to build older versions as well. I'm using openmpi-3.0.0 or newer by the way. Thank you very much for your help and best regards Siegmar 2017-11-02 3:49 GMT-06:00 Siegmar Gross <siegmar

[OMPI users] openmpi-v2.0.4rc1: Sun C 5.15 failed for pmix112/pmix/src/buffer_ops/open_close.c

2017-10-30 Thread Siegmar Gross
Hi, I've tried to install openmpi-v2.0.4rc1 on my "SUSE Linux Enterprise Server 12.2 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately, I still get the following error that I reported some time ago. loki openmpi-2.0.4rc1-Linux.x86_64.64_cc 133 cc -V cc: Studio 12.6 Sun C

[OMPI users] process binding error for openmpi-master-201805080348-b39bbfb

2018-05-09 Thread Siegmar Gross
Hi, I've installed openmpi-master-201805080348-b39bbfb on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with gcc-6.4.0. Unfortunately I get an error if I use process binding. loki config_files 137 mpiexec -report-bindings -np 4 -rf rf_loki_nfs1 hostname [loki:17301] OPAL dss:unpack: got type

[OMPI users] error building openmpi-master-201806060243-64a5baa on Linux with Sun C

2018-06-06 Thread Siegmar Gross
Hi, I've tried to install openmpi-master-201806060243-64a5baa on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately I still get the following error that I already reported on April 12th and May 5th. loki

Re: [OMPI users] error building openmpi-master-201806060243-64a5baa on Linux with Sun C

2018-06-07 Thread Siegmar Gross
bug, so that it can be fixed in the next version of Oracle Developer Studio. Therefore, I would be grateful if somebody can report the problem, if she or he knows a contact person at Oracle. Best regards Siegmar On 06/06/18 20:06, Siegmar Gross wrote: Hi Jeff, I asked some Fortran gurus,

Re: [OMPI users] error building openmpi-master-201806060243-64a5baa on Linux with Sun C

2018-06-06 Thread Siegmar Gross
origin_addr loki src 140 Hopefully someone knows a solution. Otherwise I may have to wait for the next version of the Oracle compiler. Best regards Siegmar On Jun 6, 2018, at 7:11 AM, Siegmar Gross wrote: Hi, I've tried to install openmpi-master-201806060243-64a5baa on my "SUSE Linux E

[OMPI users] error building openmpi-master-201805030307-c22c485 on Linux with Sun C

2018-05-04 Thread Siegmar Gross
Hi, I've tried to install openmpi-master-201805030307-c22c485 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately I still get the following error that I already reported on April 12th. loki

[OMPI users] Java: wrong extent value for resized derived data type

2018-07-19 Thread Siegmar Gross
Hi, I've installed openmpi-3.1.0 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with gcc-6.4.0. Why do I get "extent: 0" instead of "extent: 1" for my small program. In my opinion the extent of the old data type and the resized extent of the new data type should be the same. Am I wrong, is

Re: [OMPI users] Java: wrong extent value for resized derived data type

2018-07-19 Thread Siegmar Gross
tive function) I'm not sure if that will break something else, if you want to broadcast or scatter a structure for example. Hopefully, you will find a solution. Best regards and thank you very much for your help Siegmar Cheers, Gilles On Thursday, July 19, 2018, Siegmar Gross <mailto:sie

[OMPI users] error building openmpi-master-201804110351-664ba32 on Linux with Sun C

2018-04-12 Thread Siegmar Gross
Hi, I've tried to install openmpi-master-201804110351-664ba32 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately I get the following error. loki openmpi-master-201804110351-664ba32-Linux.x86_64.64_cc 115 head -7 config.log | tail

[OMPI users] error building openmpi-3.0.1 on Linux with gcc or Sun C and Java-10

2018-04-12 Thread Siegmar Gross
Hi, I've tried to install openmpi-3.0.1 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with gcc-6.4.0 or Sun C 5.15 and Java-10. Unfortunately I get the following error. I can build it with both C compilers and Java-9 and I can build openmpi-v3.1.x-201804110302-be0843e and

[OMPI users] ORTE_ERROR_LOG: Data unpack would read past end of buffer with openmpi-v4.0.x-201810190241-6c18cb1

2018-10-22 Thread Siegmar Gross
Hi, I've installed openmpi-v4.0.x-201810190241-6c18cb1 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6), gcc-6.4.0, icc-19.x, and pgcc-18.4 Unfortunately, I get the following error for all four compilers. loki config_files 160 head -7

[OMPI users] ORTE_ERROR_LOG: Pack data mismatch in openmpi-master-201810190352-8db5aaa

2018-10-22 Thread Siegmar Gross
Hi, I've installed openmpi-master-201810190352-8db5aaa on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6), gcc-6.4.0, icc-19.x, and pgcc-18.4 Unfortunately, I get the following error for gcc, icc, and pgcc. I'm still unable to build a version with

[OMPI users] openmpi-v4.0.0rc5: ORTE_ERROR_LOG: Data unpack would read past end of buffer

2018-10-23 Thread Siegmar Gross
Hi, I've installed openmpi-v4.0.0rc5 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6), gcc-6.4.0, icc-19.x, and pgcc-18.4 Unfortunately, I still get the same error that I reported yesterday. loki config_files 114 mpicc --showme gcc

Re: [OMPI users] error building openmpi-master-201810310352-a1e85b0 on Linux with Sun C

2018-11-01 Thread Siegmar Gross
Hi Takahiro, thank you very much for your help. Adding "-xatomic=studio" to CFLAGS solved the problem. Now I get a new error which I will report in a separate email. Kind regards Siegmar Am 01.11.2018 um 04:45 schrieb Kawashima, Takahiro: Hi Siegmar, According to the man page of cc in

[OMPI users] error "unacceptable operand for unary &" for openmpi-master-201810310352-a1e85b0 on Linux with Sun C

2018-11-01 Thread Siegmar Gross
Hi, I've tried to install openmpi-master-201810310352-a1e85b0 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately, I get the folowing error. loki openmpi-master-201810310352-a1e85b0-Linux.x86_64.64_cc 143 head -7 config.log | tail -1

[OMPI users] error building openmpi-master-201810310352-a1e85b0 on Linux with Sun C

2018-10-31 Thread Siegmar Gross
Hi, I've tried to install openmpi-master-201810310352-a1e85b0 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately, I still get the following error that I reported some time ago.

[OMPI users] ORTE_ERROR_LOG: Pack data mismatch for openmpi-v4.0.x and openmpi-master

2018-11-13 Thread Siegmar Gross
Hi, I've installed openmpi-v4.0.x-20180241-725f625 and openmpi-master-201811100305-3dc1629 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6), gcc-6.4.0, icc-19.x, and pgcc-18.4. Unfortunately, I still get the following error for all compilers

[OMPI users] stack overflow in routine alloca() for Java programs in openmpi-master with pgcc-18.4

2018-11-13 Thread Siegmar Gross
Hi, I've installed openmpi-v4.0.x-20180241-725f625 and openmpi-master-201811100305-3dc1629 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with pgcc-18.4. Unfortunately, I get the following error for my Java programs for openmpi-master. loki java 130 ompi_info | grep "Configure command

[OMPI users] error building openmpi-master-201810050304-5f1c940 on Linux with Sun C

2018-10-05 Thread Siegmar Gross
Hi, I've tried to install openmpi-master-201810050304-5f1c940 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately, I get the following error. loki openmpi-master-201810050304-5f1c940-Linux.x86_64.64_cc 128 head -7 config.log | tail

Re: [OMPI users] opal_pmix_base_select failed for master and 4.0.0

2018-10-05 Thread Siegmar Gross
8, at 1:18 PM, Siegmar Gross wrote: Hi Ralph, how can I confirm that HWLOC built? Some hwloc files are available in the built directory. loki openmpi-master-201809290304-73075b8-Linux.x86_64.64_gcc 111 find . -name '*hwloc*' ./opal/mca/btl/usnic/.deps/btl_usnic_hwloc.Plo ./opal/mca/hwloc ./o

[OMPI users] error building Java api for openmpi-v4.0.x-201810090241-2124192 and openmpi-master-201810090329-e9e4d2a

2018-10-09 Thread Siegmar Gross
Hi, today I've tried to build openmpi-v4.0.x-201810090241-2124192 and openmpi-master-201810090329-e9e4d2a on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15, gcc 6.4.0, Intel icc 18.0.3, and Portland Group pgcc 18.4-0. Unfortunately, I get the following error for all seven

Re: [OMPI users] [open-mpi/ompi] vader compile issue (#5814)

2018-10-02 Thread Siegmar Gross
to the test and try it again. -Nathan On Oct 2, 2018, at 12:41 AM, Siegmar Gross wrote: Hi Jeff, hi Nathan, the compilers (Sun C 5.15, Sun C 5.14, Sun C 5.13) don't like the code. loki tmp 110 cc -V cc: Studio 12.6 Sun C 5.15 Linux_i386 2017/05/30 loki tmp 111 \cc -std=c11 atomic_test.c

Re: [OMPI users] [open-mpi/ompi] vader compile issue (#5814)

2018-10-02 Thread Siegmar Gross
Hi Jeff, hi Nathan, the compilers (Sun C 5.15, Sun C 5.14, Sun C 5.13) don't like the code. loki tmp 110 cc -V cc: Studio 12.6 Sun C 5.15 Linux_i386 2017/05/30 loki tmp 111 \cc -std=c11 atomic_test.c "atomic_test.c", line 5: warning: no explicit type given "atomic_test.c", line 5: syntax error

[OMPI users] opal_pmix_base_select failed for master and 4.0.0

2018-10-02 Thread Siegmar Gross
Hi, yesterday I've installed openmpi-v4.0.x-201809290241-a7e275c and openmpi-master-201805080348-b39bbfb on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15, gcc 6.4.0, Intel icc 18.0.3, and Portland Group pgcc 18.4-0. Unfortunately, I get the following error for all seven

[OMPI users] error building openmpi-master-201809290304-73075b8 with Sun C 5.15

2018-10-01 Thread Siegmar Gross
Hi, I've tried to install openmpi-master-201809290304-73075b8 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately, I get the following error. loki openmpi-master-201809290304-73075b8-Linux.x86_64.64_cc 151 head -7 config.log | tail

Re: [OMPI users] opal_pmix_base_select failed for master and 4.0.0

2018-10-06 Thread Siegmar Gross
branch, but it should have been in master. On Oct 5, 2018, at 2:04 AM, Siegmar Gross wrote: Hi Ralph, hi Jeff, On 10/3/18 8:14 PM, Ralph H Castain wrote: Jeff and I talked and believe the patch in https://github.com/open-mpi/ompi/pull/5836 should fix the problem. Today I've installed

[OMPI users] Segmentation fault using openmpi-master-201901030305-ee26ed9

2019-01-04 Thread Siegmar Gross
Hi, I've installed (tried to install) openmpi-master-201901030305-ee26ed9 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with gcc-7.3.0, icc-19.0.1.144 pgcc-18.4-0, and Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately, I still cannot build it with Sun C and I get a segmentation fault

Re: [OMPI users] stack overflow in alloca() for Java programs in openmpi-master with pgcc-18.4

2019-03-26 Thread Siegmar Gross
before invoking mpirun, is that good enough to workaround the problem ? Cheers, Gilles On Tue, Mar 26, 2019 at 6:32 PM Siegmar Gross wrote: Hi, I've installed openmpi-v4.0.x-201903220241-97aa434 and openmpi-master-201903260242-dfbc144 on my "SUSE Linux Enterprise Server 12.3 (x86_64)"

[OMPI users] stack overflow in alloca() for Java programs in openmpi-master with pgcc-18.4

2019-03-26 Thread Siegmar Gross
Hi, I've installed openmpi-v4.0.x-201903220241-97aa434 and openmpi-master-201903260242-dfbc144 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with pgcc-18.4. Unfortunately, I still get the following error for my Java programs for openmpi-master. Everything works as expected for

[OMPI users] error "unacceptable operand for unary &" for openmpi-master-201903260242-dfbc144 on Linux with Sun C

2019-03-26 Thread Siegmar Gross
Hi, I've tried to install openmpi-master-201903260242-dfbc144 on my "SUSE Linux Enterprise Server 12.3 with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately, I still get the following error that I reported some time ago: https://github.com/open-mpi/ompi/issues/6180. I'm able to build

[OMPI users] ORTE_ERROR_LOG: Out of resource for openmpi-master-201903260242-dfbc144

2019-03-26 Thread Siegmar Gross
Hi, I've installed openmpi-master-201903260242-dfbc144 on my "SUSE Linux Enterprise Server 12.3 with gcc-7.4.0, icc-19.0.3.199, and pgcc-18.4.0. Unfortunately, I get the following error for some of my small programs for all three compilers. loki hello_2 103 mpiexec -np 1 --host loki

[OMPI users] cannot build working openmpi-v4.0.x-201903220241-97aa434 with Sun C 5.15 on Linux

2019-03-26 Thread Siegmar Gross
Hi, I've installed openmpi-v4.0.x-201903220241-97aa434 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately, I get the following error for one of my small programs, although I've configured with "-xatomic=studio" and "make" didn't show

<    1   2   3   4