-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The code has been updated by removing any use of "select rank". This was initially introduced by me (AA) as a way to extend the code to handle systems with correlated and uncorrelated orbitals (e.g. p-d models). This required a thorough update of +libdmft and in turn also an update of the interface (I/O) of this code. To this end I exploited one latest development of F08 using generic rank array (dimension(..) + select rank statement). Yet this apparently is still weakly supported by different compilers and definitively not available on some HPC platforms using old compiler version. SOLUTION: I opted for the good old function overload using explicit interfaces for each case previously implemented in the select rank constructs. This way the interface, although different, it should be 100% compatible. TEST: internal tests have been all positively passed. More tests might be required.
- Loading branch information
Showing
17 changed files
with
1,781 additions
and
763 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.