Re: [OMPI devel] hcoll missing libsharp

2019-10-16 Thread Chris Ward via devel
Thanks ! OpenMPI builds successfully for me now. T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - IBM Spectrum MPI IBM United Kingdom Ltd., Hursley Park, Winchester, Hants, SO21 2JN 011-44-1962-818679 LinkedIn https://www.linkedin.com/in/tjcward/ ResearchGate https

Re: [OMPI devel] hcoll missing libsharp

2019-10-16 Thread Chris Ward via devel
92109 of the 'master' branch. T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - IBM Spectrum MPI IBM United Kingdom Ltd., Hursley Park, Winchester, Hants, SO21 2JN 011-44-1962-818679 LinkedIn https://www.linkedin.com/in/tjcward/ ResearchGate https://www.resear

Re: [OMPI devel] hcoll missing libsharp

2019-10-16 Thread Chris Ward via devel
than it was missing before. My next try will be to install MOFED 4.7 T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - IBM Spectrum MPI IBM United Kingdom Ltd., Hursley Park, Winchester, Hants, SO21 2JN 011-44-1962-818679 LinkedIn https://www.linkedin.com/in/tjcward/ Rese

Re: [OMPI devel] hcoll missing libsharp

2019-10-15 Thread Chris Ward via devel
I'm using a MOFED from file MLNX_OFED_LINUX-4.0-0.0.8.2-rhel7.3-x86_64.tgz , this on a machine running RHEL 7.6 . Should I be using a newer MOFED ? T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - IBM Spectrum MPI IBM United Kingdom Ltd., Hursley Park, Winchester, Hants,

Re: [OMPI devel] hcoll missing libsharp

2019-10-15 Thread Chris Ward via devel
, and it has the same 'configure' problem for me as master. T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - IBM Spectrum MPI IBM United Kingdom Ltd., Hursley Park, Winchester, Hants, SO21 2JN 011-44-1962-818679 LinkedIn https://www.linkedin.com/in/tjcward/ Res

Re: [OMPI devel] hcoll missing libsharp

2019-10-15 Thread Chris Ward via devel
200 (0x7f4a83504000) libm.so.6 => /lib64/libm.so.6 (0x7f4a83202000) -bash-4.2$ No, I don't know what ibd_mkey and get_mkey_by_portid are, either. AIX has a command that will tell you which shared object resolves a symbol from a built shared object, but I don't think lin

Re: [OMPI devel] hcoll missing libsharp

2019-10-15 Thread Chris Ward via devel
Adding an appropriate LDFLAGS= didn't help; the revised tarball is here http://tjcw.freeshell.org/ompi-output-2.tar.bz2 . Do I need to specify '-lsharp' to the link command ? If so, how do I do that ? T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - IBM Sp

Re: [OMPI devel] hcoll missing libsharp

2019-10-15 Thread Chris Ward via devel
; for some builds we build our own 'binutils' rather than using the binutils in the linux distribution. T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - IBM Spectrum MPI IBM United Kingdom Ltd., Hursley Park, Winchester, Hants, SO21 2JN 011-44-1962-818679 Link

Re: [OMPI devel] hcoll missing libsharp

2019-10-15 Thread Chris Ward via devel
857314c54 . The 'gcc' command which fails is at line 132820 of 'config.log' T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - IBM Spectrum MPI IBM United Kingdom Ltd., Hursley Park, Winchester, Hants, SO21 2JN 011-44-1962-818679 LinkedIn https:

Re: [OMPI devel] hcoll missing libsharp

2019-10-14 Thread Chris Ward via devel
The 'configure' command is hidden a few levels of Makefile down; it may take me a while to isolate it. I will send another note when I have all the information requested. T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - IBM Spectrum MPI IBM United Kingdom Ltd., Hu

Re: [OMPI devel] hcoll missing libsharp

2019-10-14 Thread Chris Ward via devel
harp_coll_dereg_mr' /install/u/tjcw/workspace/ibm_smpi_toucan_ucx/ompibase/dependencies/mofed_400/opt/mellanox/hcoll/lib/libhcoll.so: undefined reference to `sharp_coll_req_test' T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - IBM Spectrum MPI IBM United Kingdom Ltd., Hursle

[OMPI devel] hcoll missing libsharp

2019-10-14 Thread Chris Ward via devel
in the MOFED install. Is there some option to 'configure' that he is missing ? T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - IBM Spectrum MPI IBM United Kingdom Ltd., Hursley Park, Winchester, Hants, SO21 2JN 011-44-1962-818679 LinkedIn https://www.linkedin.com/i

[OMPI devel] Fw: Is OMPI_ENABLE_HETEROGENEOUS_SUPPORT still supported ?

2019-05-14 Thread Chris Ward via devel
a quick 'grep' in the source code finds that this macro isn't used anywhere. Can I build OpenMPI for such a cluster nowadays ? T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - IBM Spectrum MPI IBM United Kingdom Ltd., Hursley Park, Winchester, Hants, SO21 2

[OMPI devel] Fix for MPI_SIZEOF when building OMPI with gfortran 4.8

2017-07-06 Thread Chris Ward
I have put up a pull request https://github.com/open-mpi/ompi/pull/3822 to supply a fix for the fact that MPI_SIZEOF doesn't build when building OMPI with gfortran 4.8 (on RHEL 7). My team lead hopes that Jeff Squyres will review the patch. T J (Chris) Ward, IBM Research. Scalable

Re: [OMPI devel] CUDA kernels in OpenMPI

2017-01-30 Thread Chris Ward
dded the CUDA sources to my 'SOURCES' variable. T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - Active Storage Fabrics - IBM System BlueGene IBM United Kingdom Ltd., Hursley Park, Winchester, Hants, SO21 2JN 011-44-1962-818679 LinkedIn https://www.linkedin.com/p

[OMPI devel] CUDA kernels in OpenMPI

2017-01-27 Thread Chris Ward
IBADD = $(coll_ibm_LIBS) libmca_coll_ibm_la_LDFLAGS = -module -avoid-version $(coll_ibm_LDFLAGS) T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - Active Storage Fabrics - IBM System BlueGene IBM United Kingdom Ltd., Hursley Park, Winchester, Hants, SO21 2JN 011-44-1962-818679 LinkedIn h

[OMPI devel] CUDA kernels in OpenMPI

2017-01-27 Thread Chris Ward
y can show me a rule using libtool to do a compile with 'nvcc', I would be most grateful. T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - Active Storage Fabrics - IBM System BlueGene IBM United Kingdom Ltd., Hursley Park, Winchester, Hants, SO21 2JN 011-

[OMPI devel] CUDA kernels in OpenMPI

2017-01-27 Thread Chris Ward
.lo is generated, and as far as I can tell, the library for this directory is built without the comm_gpu.lo object. What do I need to put in the Makefile.am to get this to build properly ? T J (Chris) Ward, IBM Research. Scalable Data-Centric Computing - Active Storage Fabrics - IBM System B