- 23 Jul, 2020 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 21 Jul, 2020 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 20 Jul, 2020 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
Loh/python3 See merge request !36
-
Andreas Marek authored
Only minimal changes done so far (mostly print() stuff)
-
- 29 Jun, 2020 1 commit
-
-
Andreas Marek authored
The associaten with Cuda memory as Fortran arrays was sometimes done wrongly , since not the number of array elements but instead the number of array elements times the sizeof(datatype) was used. This was a mix-up between the C allocation and the Fortran reshape. This could lead to memory corruption
-
- 19 Jun, 2020 1 commit
-
-
Andreas Marek authored
-
- 18 Jun, 2020 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 11 Jun, 2020 1 commit
-
-
Andreas Marek authored
-
- 10 Jun, 2020 1 commit
-
-
Andreas Marek authored
-
- 08 Jun, 2020 1 commit
-
-
Andreas Marek authored
-
- 05 Jun, 2020 4 commits
-
-
Andreas Marek authored
Fix a bug in elpa_multiply_a_b See merge request !35
-
Andreas Marek authored
Remove some debug prints See merge request !34
-
Wenzhe Yu authored
-
Wenzhe Yu authored
In elpa_multiply_a_b I wanted to call mpi_comm_rank but accidentally called mpi_comm_size. This only affects the GPU initialization where GPUs are assigned to CPU cores based on their MPI ranks.
-
- 02 Jun, 2020 1 commit
-
-
Andreas Marek authored
-
- 16 May, 2020 1 commit
-
-
Andreas Marek authored
-
- 14 May, 2020 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 16 Apr, 2020 1 commit
-
-
Andreas Marek authored
-
- 15 Apr, 2020 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 14 Apr, 2020 1 commit
-
-
Andreas Marek authored
-
- 08 Apr, 2020 2 commits
-
-
Andreas Marek authored
Matrix redistribute See merge request !31
-
Andreas Marek authored
-
- 07 Apr, 2020 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
Fixes See merge request !30
-
- 06 Apr, 2020 6 commits
-
-
Wenzhe Yu authored
-
Wenzhe Yu authored
The old code crashes when calling an MPI_Allreduce. The reason is that part of the input array (t_tmp in this case) is not initialized.
-
Wenzhe Yu authored
-
Wenzhe Yu authored
-
Wenzhe Yu authored
-
Andreas Marek authored
Due to an error, on systems where AVX-2 (FMA) was supported, also the "pure" AVX kernels used FMA instructions. This has been fixed now
-
- 05 Apr, 2020 1 commit
-
-
Andreas Marek authored
-
- 04 Apr, 2020 1 commit
-
-
Andreas Marek authored
If a C program needs an underscore to link against a Fortran library append it, otherwise not
-
- 03 Apr, 2020 1 commit
-
-
Andreas Marek authored
-