Skip to content
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

[MTT] Fail build in mpi-small-tests. MPI_Errhandler_set was removed in MPI-3.0 #233

Closed
avildema opened this issue Jun 23, 2021 · 2 comments
Labels
mtt Issue detected in MTT testing

Comments

@avildema
Copy link
Contributor

UCX: 1.11
UCC: lastest
OMPI: v5.0.x
test: https://gitlab.com/Mellanox/mtt-tests

+ cd mpi-small-tests
+ mpicc rdmacm_perf.c -g -o rdmacm_perf -libverbs -lrdmacm
+ cd misc
+ make MPI_HOME=/hpc/mtr_scrap/users/anatolyv/scratch/ucc/20210623_131945_106403_43826_jazz29.swx.labs.mlnx/ompi_src/install
/hpc/mtr_scrap/users/anatolyv/scratch/ucc/20210623_131945_106403_43826_jazz29.swx.labs.mlnx/ompi_src/install/bin/mpicc -c -g perftest.c -o perftest.o
/hpc/mtr_scrap/users/anatolyv/scratch/ucc/20210623_131945_106403_43826_jazz29.swx.labs.mlnx/ompi_src/install/bin/mpicc -c -g collmeas.c -o collmeas.o
/hpc/mtr_scrap/users/anatolyv/scratch/ucc/20210623_131945_106403_43826_jazz29.swx.labs.mlnx/ompi_src/install/bin/mpicc -c -g comm_create.c -o comm_create.o
/hpc/mtr_scrap/users/anatolyv/scratch/ucc/20210623_131945_106403_43826_jazz29.swx.labs.mlnx/ompi_src/install/bin/mpicc -c -g ctxalloc.c -o ctxalloc.o
ctxalloc.c: In function ‘main’:
ctxalloc.c:39:20: error: call to ‘MPI_Errhandler_set’ declared with attribute error: MPI_Errhandler_set was removed in MPI-3.0.  Use MPI_Comm_set_errhandler instead.
  MPI_Errhandler_set( newcomm1, MPI_ERRORS_RETURN );
                    ^make: *** [ctxalloc.o] Error 1
@avildema avildema added the mtt Issue detected in MTT testing label Jun 23, 2021
@vspetrov
Copy link
Collaborator

vspetrov commented Aug 5, 2021

@avildema why this is opened as UCC issue? it is clearly an issue with test

@vspetrov vspetrov closed this as completed Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mtt Issue detected in MTT testing
Projects
None yet
Development

No branches or pull requests

3 participants