Skip to content

Commit

Permalink
add openmp pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Aug 23, 2024
1 parent 052be9c commit b77ad36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/symmetry/symmetrize_occupation_matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ symmetrize_occupation_matrix(Occupation_matrix& om__)
}

std::vector<std::vector<mdarray<double, 2>>> rotms(sym.size());
#pragma omp parllel for
for (int isym = 0; isym < sym.size(); ++isym) {
int pr = sym[isym].spg_op.proper;
auto eang = sym[isym].spg_op.euler_angles;
Expand Down

0 comments on commit b77ad36

Please sign in to comment.