- Oct 28, 2021
-
-
Tomáš Oberhuber authored
-
- Oct 16, 2021
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Oct 15, 2021
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
This is useful when preparing packages for Linux distributions.
-
Jakub Klinkovský authored
CI: optimized tags for build jobs See merge request !103
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
The build directory for all build types is grouped under a top-level build directory called "builddir", i.e. "builddir/Release" etc.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Oct 14, 2021
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Added Code of Conduct See merge request !102
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Oct 01, 2021
-
-
Jakub Klinkovský authored
Fixes #86
-
- Sep 30, 2021
-
-
Jakub Klinkovský authored
This fixes the previous commit.
-
Jakub Klinkovský authored
These functions expect all index parameters to have the same type, so we need to cast 0 to the IndexType, otherwise the function lookup will fail when IndexType is not int.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Added __device__ flag to the Shared union constructors in CudaReductionKernel.h and CudaScanKernel.h to make clang happy
-
- Sep 28, 2021
-
-
Jakub Klinkovský authored
Addresses #86
-
- Sep 27, 2021
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 24, 2021
-
-
Jakub Klinkovský authored
Also fixed the header in Preconditioner.h
-
- Sep 23, 2021
-
-
Jakub Klinkovský authored
-
- Sep 16, 2021
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
MPI refactoring See merge request !101
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
It does not make sense to print a distributed array like this, because it may contain ghost elements. Users should examine the local array view manually.
-
Jakub Klinkovský authored
Replaced send/receive for Array(,View) and mpiSend/mpiReceive for String with a general implementation in the MPI namespace Also added analogous functions: MPI::sendrecv, MPI::bcast.
-