-
Notifications
You must be signed in to change notification settings - Fork 858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal error using shmem_reduce in example/oshmem_max_reduction.c #12419
Comments
@janjust I see --with-ucx - guess you would be interested 😄 |
Added main label assuming oshmem is the same with v5.0.x |
It seems that the new API is not implemented yet in UCX spml module (or anywhere else): From /* This routine is not implemented */
int mca_spml_ucx_team_reduce(shmem_team_t team, void
*dest, const void *source, size_t nreduce, int operation, int datatype)
{
return OSHMEM_ERR_NOT_IMPLEMENTED;
} @MamziB Any chance I'm missing something? or it's a known TBD? |
I am having the same issue. |
@roiedanino yeah we will implement this in the future. |
@MamziB can reassign to yourself please? |
@MamziB ? |
@gleon99 Sure let me assign it to myself. Thanks for reminder. |
Background information
What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
v5.0.2
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
From source tarball using:
Configure command line: '--build=x86_64-linux-gnu'
'--prefix=/usr/local/openmpi/5.0.2_gcc-12.2.0'
'--with-ucx' '--with-pmix=internal'
'--with-libevent=external' '--with-hwloc=external'
'--enable-mpi-fortran=all'
'--with-cuda=/usr/local/cuda'
'--with-cuda-libdir=/usr/lib/x86_64-linux-gnu'
Please describe the system on which you are running
Details of the problem
oshmem_max_reduction.c
works as provided in the examples directory. However, using the more recent API, replacingwith
fails with the message
The text was updated successfully, but these errors were encountered: