ICLDisco / dplasma

DPLASMA is a highly optimized, accelerator-aware, implementation of a dense linear algebra package for distributed heterogeneous systems. It is designed to deliver sustained performance for distributed systems where each node featuring multiple sockets of multicore processors, and if available, accelerators, using the PaRSEC runtime as a backend.
Other
11 stars 9 forks source link

ZGETRF DTD fails on latest master. #36

Closed abouteiller closed 2 years ago

abouteiller commented 2 years ago

Original report by Anonymous.


When running ./testing_zgetrf_incpiv_dtd --N=200 --NB=100 I get the following error:

[v0dro@saturn tests]$ ./testing_zgetrf_incpiv_dtd --N=200 --NB=100
--------------------------------------------------------------------------
[[51782,1],0]: A high-performance Open MPI point-to-point messaging module
was unable to find any relevant network interfaces:

Module: OpenFabrics (openib)
  Host: saturn

Another transport will be used instead, although this may result in
lower performance.

NOTE: You can disable this warning by setting the MCA parameter
btl_base_warn_component_unused to 0.
--------------------------------------------------------------------------
Segmentation fault

Parsec version: https://bitbucket.org/icldistcomp/parsec/commits/80b21d44c44d2e3478ffce7c03e4cc6e8ebf18ef

abouteiller commented 2 years ago

Not present anymore