parsec icon indicating copy to clipboard operation
parsec copied to clipboard

Issue when multiple kernels are called on GPU

Open QingleiCao opened this issue 2 years ago • 0 comments

Describe the bug

This issue is found when running HiCMA on GPU and checking the correctness with dplasma_potrf, which is also on GPU, causing an error that is triggered in this assertion

To Reproduce

Steps to reproduce the behavior:

  1. Checkout version 'commit-hash'
  2. Compile with the following options '....' [e.g., head config.log]
  3. Run test '....' [e.g. ctest --output-on-failure -R xyz]
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Environment (please complete the following information):

  • PaRSEC version: [e.g., git hash]
  • OS: [e.g. CentOS/7]
  • Compiler: [e.g. GCC/7.3.0]
  • MPI version: [e.g. Open MPI/4.1.2]

Additional context

Add any other context about the problem here. The content of the config.log file can be useful in some cases.

QingleiCao avatar Mar 10 '23 20:03 QingleiCao