Aw, sheesh. Thanks. Somehow I missed that despite being on the page - lack of
focus, I guess.
Best,
Charlie
> On Jun 14, 2018, at 4:38 PM, Pavel Shamis wrote:
>
> You just have to switch PML to UCX.
> You have some example of the command line here:
> https://urldefense.proofpoint.com/v2/u
You just have to switch PML to UCX.
You have some example of the command line here:
https://github.com/openucx/ucx/wiki/OpenMPI-and-OpenSHMEM-installation-with-UCX
Best,
P.
On Thu, Jun 14, 2018 at 3:25 PM Charles A Taylor wrote:
> Hmmm. ompi_info only shows the ucx pml. I don’t see any “trans
Hmmm. ompi_info only shows the ucx pml. I don’t see any “transports”. Will
they show up somewhere or are they documented. Right now it looks like the
only UCX related thing I can do with openmpi 3.1.0 is
export OMPI_MCA_pml=ucx
mpiexec ….
From ompi_info…
$ ompi_info --param all all | mo
Hey Jeff,
I will help with the OFI part.
Thanks,
_MAC
-Original Message-
From: users [mailto:users-boun...@lists.open-mpi.org] On Behalf Of Jeff Squyres
(jsquyres) via users
Sent: Thursday, June 14, 2018 12:50 PM
To: Open MPI User's List
Cc: Jeff Squyres (jsquyres)
Subject: Re: [OMP
Yeah, keeping the documentation / FAQ up to date is... difficult. :-(
We could definitely use some help with that.
Does anyone have some cycles to help update our FAQ, perchance?
> On Jun 14, 2018, at 11:08 AM, Charles A Taylor wrote:
>
> Thank you, Jeff.
>
> The ofi MTL with the verbs prov
Thank you, Jeff.
The ofi MTL with the verbs provider seems to be working well at the moment.
I’ll need to let it run a day or so before I know whether we can avoid the
deadlocks experienced with the straight openib BTL.
I’ve also built-in UCX support so I’ll be trying that next.
Again, than
Charles --
It may have gotten lost in the middle of this thread, but the
vendor-recommended way of running on InfiniBand these days is with UCX. I.e.,
install OpenUCX and use one of the UCX transports in Open MPI. Unless you have
special requirements, you should likely give this a try and see
Hi Matias,
Thanks for the response.
As of a couple of hours ago we are running:
libfabric-devel-1.5.3-1.el7.x86_64
libfabric-1.5.3-1.el7.x86_64
As for the provider, I saw that one but just listed “verbs”. I’ll go with the
“verbs;ofi_rxm” going forward.
Regards,
Charlie
> On Jun 1
Hi Charles,
What version of libfabric do you have installed? To run OMPI using the verbs
provider you need to pair it with the ofi_rxm provider. fi_info should list it
like:
…
provider: verbs;ofi_rxm
…
So in your command line you have to specify:
mpirun -mca pml cm -mca mtl ofi -mca mtl_ofi_pro
FYI…
GIZMO: prov/verbs/src/ep_rdm/verbs_tagged_ep_rdm.c:443:
fi_ibv_rdm_tagged_release_remote_sbuff: Assertion `0' failed.
GIZMO:10405 terminated with signal 6 at PC=2add5835c1f7 SP=7fff8071b008.
Backtrace:
/usr/lib64/libc.so.6(gsignal+0x37)[0x2add5835c1f7]
/usr/lib64/libc.so.6(abort+0x148)[0x
I see what you mean. Below is the output (filtered for a single host). Our
setup is very generic.
Dell SOS6320 hosts (haswell)
Mellanox connectx-3 HCAs (mlx4 drivers - native RHEL, not mofed).
FDR/EDR switches (stand-alone opensm)
RHEL7.4
slurm 16.05.11
pmix (pmix-1.1.5-1.el7.x86_64)
openmpi (3.
Hello Charles
You are heading in the right direction.
First you might want to run the libfabric fi_info command to see what
capabilities you picked up from the libfabric RPMs.
Next you may well not actually be using the OFI mtl.
Could you run your app with
export OMPI_MCA_mtl_base_verbose=100
Charles,
If you are using infiniband hardware, the recommended way is to use UCX.
Cheers,
Gilles
On Thursday, June 14, 2018, Charles A Taylor wrote:
> Because of the issues we are having with OpenMPI and the openib BTL
> (questions previously asked), I’ve been looking into what other transp
Because of the issues we are having with OpenMPI and the openib BTL (questions
previously asked), I’ve been looking into what other transports are available.
I was particularly interested in OFI/libfabric support but cannot find any
information on it more recent than a reference to the usNIC BT
14 matches
Mail list logo