Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

phase 13 does not work in cluster_sparse_solver

Chaowen_G_
Beginner
407 Views

Hi:

    I take mkl/examplescluster_sparse_solver/cl_solver_unsym_distr_c.c and compile it with mpic++ -cxx=icpc -mkl -xHost and it works well. From the mkl document, I know that I can combine phase 11, phase 22 and phase 33 together to phase 13. However, after I use mpiexec -n 2 to run the later case, I get:

Fatal error in PMPI_Bcast: Other MPI error, error stack:
PMPI_Bcast(1606)......: MPI_Bcast(buf=0x7fff159c2100, count=100, MPI_LONG_LONG_INT, root=0, MPI_COMM_WORLD) failed
MPIR_Bcast_impl(1458).:
MPIR_Bcast(1482)......:
MPIR_Bcast_intra(1253):
MPIR_SMP_Bcast(1167)..: Failure during collective

I use mpicxx for MPICH version 3.1 and mkl 11.2, icpc 15.0.0 on linux64

I want to ask is it a bug?

0 Kudos
5 Replies
Gennady_F_Intel
Moderator
407 Views

thanks for the report. we will check it.

0 Kudos
Gennady_F_Intel
Moderator
407 Views

We see the problem on our side. We will check and back to you soon. At the first glance this is the bug.

0 Kudos
Gennady_F_Intel
Moderator
407 Views

Chaowen 

the problem has been fixed in the latest 11.2.1 ( update 1 ). Would you please check how it works on your side and let us know the results.

--Gennady

0 Kudos
Chaowen_G_
Beginner
407 Views

Thanks, it works now.

0 Kudos
Gennady_F_Intel
Moderator
407 Views

thanks for checking the problem and confirm the fix on your side.

0 Kudos
Reply