Re: [OMPI devel] CUDA kernels in OpenMPI

2017-01-30 Thread Chris Ward
I added the following lines to my 'Makefile.am' in the directory with the 
CUDA sources

.cu.lo:
/usr/local/cuda/bin/nvcc -gencode arch=compute_60,code=sm_60 -O3 
--cuda -c $<
mv -f $*.cu.cpp.ii $*.ii
libtool --mode=compile $(CXX) $(CXXFLAGS) -c $*.ii
 
and added 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/profile/view?id=60628729 
ResearchGate https://www.researchgate.net/profile/T_Ward2 

IBM System BlueGene Research 
IBM System BlueGene Marketing 

IBM Resources for Global Servants 
IBM Branded Products IBM Branded Swag 


UNIX in the Cloud - Find A Place Where There's Room To Grow, with the 
original Open Standard. Free Trial Here Today 
New Lamps For Old - Diskless Remote Boot Linux from National Center for 
High-Performance Computing, Taiwan 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
___
devel mailing list
devel@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/devel

[OMPI devel] OMPI v1.10.6rc1 ready for test

2017-01-30 Thread r...@open-mpi.org
Usual place: https://www.open-mpi.org/software/ompi/v1.10/ 


Scheduled release: Fri Feb 3rd

1.10.6
--
- Fix bug in timer code that caused problems at optimization settings
  greater than 2
- OSHMEM: make mmap allocator the default instead of sysv or verbs
- Support MPI_Dims_create with dimension zero
- Update USNIC support
- Prevent 64-bit overflow on timer counter
- Add support for forwarding signals
- Fix bug that caused truncated messages on large sends over TCP BTL
- Fix potential infinite loop when printing a stacktrace

___
devel mailing list
devel@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/devel