aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* init: replace custom cpu count detection with sysconfAnton Khirnov2023-01-11
| | | | Drop now-unnecessary assembly support.
* Move eval code to its own file.Anton Khirnov2022-09-16
|
* Makefile: fix linking orderAnton Khirnov2021-08-27
|
* Switch to external threadpool library.Anton Khirnov2020-07-26
|
* Update x86inc.asm.Anton Khirnov2020-07-26
| | | | Also, switch from yasm to nasm.
* Makefile: allow overriding the compilerAnton Khirnov2018-11-30
|
* Makefile: add -pthread to the linker flagsAnton Khirnov2018-11-30
|
* Add the remaining parts for teukolsky waves initial dataAnton Khirnov2018-02-09
|
* Add the generic non-linear solver layer.Anton Khirnov2017-12-29
|
* Initial commit.Anton Khirnov2017-11-19
The following code is present: * the basis API * the BiCGSTAB solver * the pseudospectral linear system solver * helper APIs: - threadpool - logging - cpuid