Re: [OMPI users] Using OpenSHMEM with Shared Memory

2018-02-07 Thread Howard Pritchard
HI Ben, I'm afraid this is bad news for using UCX. The problem is that when UCX was configured/built, it did not find a transport for doing one sided put/get transfers. If you're feeling lucky, you may want to install xpmem (https://github.com/hjelmn/xpmem) and rebuild UCX. This requires buildi

Re: [OMPI users] Using OpenSHMEM with Shared Memory

2018-02-07 Thread Benjamin Brock
Here's what I get with those environment variables: https://hastebin.com/ibimipuden.sql I'm running Arch Linux (but with OpenMPI/UCX installed from source as described in my earlier message). Ben ___ users mailing list users@lists.open-mpi.org https://

Re: [OMPI users] Using OpenSHMEM with Shared Memory

2018-02-07 Thread Howard Pritchard
HI Ben, Could you set these environment variables and post the output ? export OMPI_MCA_spml=ucx export OMPI_MCA_spml_base_verbose=100 then run your test? Also, what OS are you using? Howard 2018-02-06 20:10 GMT-07:00 Jeff Hammond : > > On Tue, Feb 6, 2018 at 3:58 PM Benjamin Brock > wrot

Re: [OMPI users] Using OpenSHMEM with Shared Memory

2018-02-06 Thread Jeff Hammond
On Tue, Feb 6, 2018 at 3:58 PM Benjamin Brock wrote: > How can I run an OpenSHMEM program just using shared memory? I'd like to > use OpenMPI to run SHMEM programs locally on my laptop. > It’s not Open-MPI itself but OSHMPI sits on top of any MPI-3 library and has a mode to bypass MPI for one-s

[OMPI users] Using OpenSHMEM with Shared Memory

2018-02-06 Thread Benjamin Brock
How can I run an OpenSHMEM program just using shared memory? I'd like to use OpenMPI to run SHMEM programs locally on my laptop. I understand that the old SHMEM component (Yoda?) was taken out, and that UCX is now required. I have a build of OpenMPI with UCX as per the directions on this random