-
Notifications
You must be signed in to change notification settings - Fork 42
0.6.0 Release PR #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
0.6.0 Release PR #29
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Optimized overlap matrix construction in PGS. ctests passed. Approved-by: Phani Motamarri <phanim@umich.edu>
…ation. ctests passed.
Inmproved cache reuse in overlap matrix construction and subspace rotation. ctests passed.
Optimized XtHX and added more code comments. ctests passed. Approved-by: Phani Motamarri <phanim@umich.edu>
…mory by storing as STL vector wherever required. This helps reducing memory and improve scalability
Conflicts: include/linearAlgebraOperationsInternal.h src/linAlg/linearAlgebraOperationsInternal.cc
Minor memory alignment improvement. ctests passed Approved-by: Phani Motamarri <phanim@umich.edu>
ScalingOpt Approved-by: Sambit Das <dsambit@umich.edu>
Broyden mixing added Approved-by: Sambit Das <dsambit@umich.edu> Approved-by: Phani Motamarri <phanim@umich.edu>
one ctest input changed Approved-by: Phani Motamarri <phanim@umich.edu>
one more ctest input parameter changed. Approved-by: Sambit Das <dsambit@umich.edu>
…ck size. ctests passed.
MixedPrecOverlapMatrix Approved-by: Phani Motamarri <phanim@umich.edu>
…nual also made. ctests passed.
Changed CMakeLists exectuable to dftfe. Appropriate changes in the manual also made. ctests passed. Approved-by: Phani Motamarri <phanim@umich.edu>
add debug/release build type and install target Approved-by: Sambit Das <dsambit@umich.edu>
…ed relevant ctest. ctests passed.
Implemented option to use mixed precision in chebyshev filtering. Added relevant ctest. ctests passed. Approved-by: Phani Motamarri <phanim@umich.edu>
…lopers/dftfe into adaptiveFilterTuning Conflicts: src/solvers/eigenSolvers/chebyshevOrthogonalizedSubspaceIterationSolver.cc
AdaptiveFilterTuning Approved-by: Phani Motamarri <phanim@umich.edu>
phanimotamarri
approved these changes
Sep 26, 2018
vikramgavini
approved these changes
Sep 26, 2018
… was dftFE which had a case conflict with TARGET name dftfe. This worked with intel compiler but compilation fails for gcc compilation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.