1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-15 02:05:37 +00:00

Turning off the final sort for now

This commit is contained in:
Chulwoo Jung 2017-05-19 10:49:09 -04:00
parent 25d4c175c3
commit b0ba651654

View File

@ -1025,7 +1025,9 @@ until convergence
//exit(-1);
// ConvRotate2( Nk, Nm, Qt, evec, eval,eval2,Iconv,Nconv);
#endif
_sort.push(eval,evec,Nconv);
// Skip sorting, as it doubles the memory usage(!) and can be avoided by diagonalizing "right away"
// _sort.push(eval,evec,Nconv);
std::cout<<GridLogMessage << "\n Converged\n Summary :\n";
std::cout<<GridLogMessage << " -- Iterations = "<< Nconv << "\n";