[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

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 so