dbcsr icon indicating copy to clipboard operation
dbcsr copied to clipboard

DBCSR: Distributed Block Compressed Sparse Row matrix library

Results 71 dbcsr issues
Sort by recently updated
recently updated
newest added

I open this issue to discuss how the distribution of DBCSR matrices/tensors should be handled. If possible, DBCSR should provide a default distribution that gives reasonably good load balance for...

**Describe the bug** Hit acc_devmem_setzero: failed in dbcsr/acc/dbcsr_acc_devmem.F:445 **To Reproduce** Steps to reproduce the behavior: git clone --recursive https://github.com/cp2k/dbcsr.git commit id: f35f901e4460980aa06757294463a1e6308f8dc9 cd dbcsr; mkdir build; cd build; cmake -DTEST_MPI_RANKS=2...

bug

Currently, DBCSR assumes that the active GPU device never changes after `dbcsr_init_lib()` has been called. With the arrival of more GPU accelerated libraries in CP2K this assumption will likely break....

It would be good to consider coverage of GPU tests too (currently we do only on travis). Assuming that we can do on daint, I see that 1. ninja and...

enhancement
discussion needed

When building and running CP2K as POPT variant (any workload), DBCSR complains: ```text ******************************************************************************* * ___ * * / \ * * [ABORT] * * \___/ Thread number has changed...

OpenMP 4.0 introduced offloading to attached devices and made extensions in OpenMP 4.5 (future versions of OpenMP will likely only evolve the offload capability with more advanced features on top...

See suggestions made on top of PR #209.

enhancement

See https://github.com/cp2k/cp2k/issues/351#issuecomment-553361010