mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 12:23:56 +01:00
Commented call to _doc
kernel.
This commit is contained in:
parent
d3aebe52ff
commit
8a89003bf2
@ -364,7 +364,7 @@ qmckl_exit_code qmckl_sherman_morrison_naive(const qmckl_context context,
|
||||
NULL);
|
||||
}
|
||||
|
||||
#ifdef HAVE_HPC
|
||||
// #ifdef HAVE_HPC
|
||||
if (LDS == (1+(Dim-1)/SIMD_LENGTH)*SIMD_LENGTH) { // Most cases
|
||||
switch (Dim) {
|
||||
<<naive_switch-case_generator()>>
|
||||
@ -382,16 +382,16 @@ qmckl_exit_code qmckl_sherman_morrison_naive(const qmckl_context context,
|
||||
determinant);
|
||||
|
||||
}
|
||||
#else
|
||||
return qmckl_sherman_morrison_naive_doc(context,
|
||||
Dim,
|
||||
N_updates,
|
||||
Updates,
|
||||
Updates_index,
|
||||
breakdown,
|
||||
Slater_inv,
|
||||
determinant);
|
||||
#endif
|
||||
// #else
|
||||
// return qmckl_sherman_morrison_naive_doc(context,
|
||||
// Dim,
|
||||
// N_updates,
|
||||
// Updates,
|
||||
// Updates_index,
|
||||
// breakdown,
|
||||
// Slater_inv,
|
||||
// determinant);
|
||||
// #endif
|
||||
|
||||
return QMCKL_FAILURE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user