Re: [OMPI users] Issues with Large Window Allocations

2017-09-09 Thread Joseph Schuchart
Jeff, Gilles, Thanks for your input. I am aware of the limitations of Sys5 shmem (the links you posted do not accurately reflect the description of SHMMAX, SHMALL, and SHMMNI found in the standard, though. See http://man7.org/linux/man-pages/man2/shmget.2.html). However, these limitations ca

Re: [OMPI users] Build Open-MPI without OpenCL support

2017-09-09 Thread Nilesh Kokane
On Fri, Sep 8, 2017 at 11:43 PM, Sylvain Jeaugey wrote: > To solve the undefined references to cudaMalloc and cudaFree, you need to > link the CUDA runtime. So you should replace -lcuda by -lcudart. If I compile with the following option: ./mpicc -I/usr/local/cuda-8.0.61/include -lOpenCL test_c