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
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://
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
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
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