- 22 Oct, 2019 1 commit
-
-
Sebastian Ohlmann authored
When profiling the GPU version, NVTX can be used to highlight the corresponding regions of the code in the timeline of the profiling tool (nvvp or nsight systems). This is very useful to correlate what happens on the GPU with what part of the code we are in.
-
- 10 Oct, 2019 1 commit
-
-
Andreas Marek authored
On heterogenous cluster, of nodes with different CPUs the _experimental_ feature (--enable-heterogenous-cluster-support) can be used: It compares the (Intel) cpuid set of all CPUs which are used by ELPA MPI processes and finds the SIMD instruction set, which is supported by all used CPUs. The ELPA 2stage back-transformation kernel (a.k.a "kernel") will be set accordingly on all MPI processes. This feature, can override the setting of the kernel done previously by the user! At the moment it will only work for Intel CPUs, i.e. clusters consisting of nodes with Intel CPUs and e.g. AMD CPUs are at the moment _NOT_ supported. Since this is an experimental feature, it might be dropped again in the future, if it turns out not to be useful for the users
-
- 09 Oct, 2019 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 20 Sep, 2019 1 commit
-
-
Andreas Marek authored
-
- 22 Aug, 2019 1 commit
-
-
Andreas Marek authored
-
- 08 Jul, 2019 1 commit
-
-
Andreas Marek authored
-
- 26 Jun, 2019 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 24 Jun, 2019 1 commit
-
-
Andreas Marek authored
-
- 05 Jun, 2019 1 commit
-
-
Andreas Marek authored
-
- 29 May, 2019 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 28 May, 2019 1 commit
-
-
Andreas Marek authored
- remove deprecated features - update ABI and API versioning
-
- 26 May, 2019 1 commit
-
-
Andreas Marek authored
- updated INSTALL - change the ELPA vesioning number - update Changelog and RELEASE_NOTES
-
- 23 May, 2019 1 commit
-
-
Andreas Marek authored
Still to do: - ABI versioning - API version number - Release notes - Changelog - Issues - remove deprecated features - update of API documentation
-
- 16 May, 2019 3 commits
- 17 Apr, 2019 1 commit
-
-
Andreas Marek authored
-
- 16 Apr, 2019 1 commit
-
-
Andreas Marek authored
-
- 05 Mar, 2019 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 03 Mar, 2019 1 commit
-
-
Andreas Marek authored
-
- 02 Mar, 2019 1 commit
-
-
Andreas Marek authored
-
- 01 Mar, 2019 1 commit
-
-
Andreas Marek authored
-
- 20 Feb, 2019 1 commit
-
-
Andreas Marek authored
-
- 18 Feb, 2019 1 commit
-
-
Andreas Marek authored
-
- 15 Feb, 2019 1 commit
-
-
Andreas Marek authored
-
- 17 Jan, 2019 1 commit
-
-
Andreas Marek authored
-
- 19 Dec, 2018 1 commit
-
-
Andreas Marek authored
-
- 28 Nov, 2018 1 commit
-
-
Andreas Marek authored
-
- 20 Nov, 2018 1 commit
-
-
Andreas Marek authored
-
- 13 Nov, 2018 1 commit
-
-
Andreas Marek authored
-
- 10 Nov, 2018 1 commit
-
-
Andreas Marek authored
-
- 30 Oct, 2018 2 commits
-
-
Sebastian Ohlmann authored
Add parts to configure.ac and Makefile.am. There is now an additional flag --enable-python-tests. The tests require the pytest package. The implementation of the test is a bit hacky because it takes wrapper.so from .libs. This should probably improbed for better portability.
-
Sebastian Ohlmann authored
-
- 26 Oct, 2018 2 commits
-
-
Sebastian Ohlmann authored
By default, python wrapper is not built, only if this switch is specified.
-
Sebastian Ohlmann authored
- depends on python, cython, mpi4py and numpy - currently only dependency check on python - should be done optionally - converts wrapper.pyx to wrapper.c using cython, then compiles this to a python extension - installs the files such that they can be imported with `import pyelpa` in python
-