Skip to content

Commit 7bb7414

Browse files
author
root
committed
fix
1 parent d729dd5 commit 7bb7414

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/module_hsolver/diag_hs_para.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
#include "module_base/scalapack_connector.h"
44
#include "module_basis/module_ao/parallel_2d.h"
55
#include "module_hsolver/diago_pxxxgvx.h"
6+
7+
#ifdef __ELPA
68
#include "module_hsolver/genelpa/elpa_solver.h"
9+
#endif
710

811
#include <iostream>
912

@@ -186,7 +189,7 @@ template void Diago_HS_para<float>(float* h,
186189
const MPI_Comm& comm,
187190
const int diag_subspace,
188191
const int block_size);
189-
192+
190193
template void Diago_HS_para<std::complex<float>>(std::complex<float>* h,
191194
std::complex<float>* s,
192195
const int lda,

0 commit comments

Comments
 (0)