mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Removed qmckl_blas_func header. #41
This commit is contained in:
parent
883774dba4
commit
2959281a10
21
TODO.org
21
TODO.org
@ -1,21 +0,0 @@
|
|||||||
* Set up CI on Travis
|
|
||||||
* Write tests
|
|
||||||
|
|
||||||
* malloc/free : Parameters for accelerators?
|
|
||||||
We should define qmckl_malloc and qmckl_free just to give the
|
|
||||||
possibility of the HPC implementations to define how they allocate the
|
|
||||||
memory (on CPU or GPU, using alternatives to malloc/free, etc).
|
|
||||||
A possibility could be to pass the id of a NUMA domain as a parameter of
|
|
||||||
qmckl_malloc, where the domain id is something obtained from the
|
|
||||||
context.
|
|
||||||
|
|
||||||
|
|
||||||
* TRANSA, TRANSB
|
|
||||||
* Performance info
|
|
||||||
* Benchmark interpolation of basis functions
|
|
||||||
* Complex numbers
|
|
||||||
* Adjustable number for derivatives (1,2,3)
|
|
||||||
|
|
||||||
* Put pictures
|
|
||||||
* Make the Makefile part of the documented code ?
|
|
||||||
* Put the data-flow graph in the code.
|
|
@ -91,7 +91,6 @@ int main() {
|
|||||||
#include "qmckl_mo_private_func.h"
|
#include "qmckl_mo_private_func.h"
|
||||||
#include "qmckl_determinant_private_type.h"
|
#include "qmckl_determinant_private_type.h"
|
||||||
#include "qmckl_determinant_private_func.h"
|
#include "qmckl_determinant_private_func.h"
|
||||||
#include "qmckl_blas_func.h"
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Context
|
* Context
|
||||||
|
Loading…
Reference in New Issue
Block a user