-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fastest DFT Dirac #21
Draft
certik
wants to merge
8
commits into
atomic-solvers:main
Choose a base branch
from
certik:fastest
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
FC=$(which ifort) FFLAGS="-O3 -xHost -ipo -no-prec-div -fp-model fast=2" meson setup bbdir -Dwith_tests=True --buildtype="release"
The Meson build system
Version: 1.2.2
Source dir: /home/rgoswami/Git/Github/Fortran/featom
Build dir: /home/rgoswami/Git/Github/Fortran/featom/bbdir
Build type: native build
Project name: featom
Project version: 0.1.0
Fortran compiler for the host machine: /home/rgoswami/micromamba/envs/fe/bin/ifort (intel 2021.6.0 "ifort (IFORT) 2021.6.0 20220226")
Fortran linker for the host machine: /home/rgoswami/micromamba/envs/fe/bin/ifort ld.bfd 2.40
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /home/rgoswami/micromamba/envs/fe/bin/pkg-config (0.29.2)
Run-time dependency mkl-dynamic-lp64-seq found: YES 2023.2
Build targets in project: 10 |
Now I am getting: $ time build/gfortran_565E65E7876A06C6/test/test_dft_dirac_fast
SCF iteration: 1
SCF iteration: 2
SCF iteration: 3
SCF iteration: 4
SCF iteration: 5
SCF iteration: 6
SCF iteration: 7
SCF convergence error: 2.4220427360905887
SCF iteration: 8
SCF convergence error: 5.9356854835641570E-003
SCF iteration: 9
SCF convergence error: 1.8808454151439946E-003
SCF iteration: 10
SCF convergence error: 1.0470713459653780E-004
SCF iteration: 11
SCF convergence error: 3.1351717552752234E-005
SCF iteration: 12
SCF convergence error: 1.1768872354878113E-005
SCF iteration: 13
SCF convergence error: 1.4806355466134846E-006
SCF iteration: 14
SCF convergence error: 1.2302534742048010E-006
Comparison of calculated and reference energies
Total energy:
E E_ref error
-28001.13232593 -28001.13232549 4.44E-07
Eigenvalues:
n E E_ref error
1 -4223.41902067 -4223.41902046 2.16E-07
2 -789.48978219 -789.48978233 1.45E-07
3 -761.37447593 -761.37447597 4.10E-08
4 -622.84809453 -622.84809456 3.56E-08
5 -199.42980557 -199.42980564 7.33E-08
6 -186.66371306 -186.66371312 6.80E-08
7 -154.70102661 -154.70102667 6.69E-08
8 -134.54118022 -134.54118029 7.39E-08
9 -128.01665731 -128.01665738 6.98E-08
10 -50.78894801 -50.78894806 5.64E-08
11 -45.03717123 -45.03717129 6.10E-08
12 -36.68861043 -36.68861049 5.81E-08
13 -27.52930618 -27.52930624 5.81E-08
14 -25.98542885 -25.98542891 5.96E-08
15 -13.88951417 -13.88951423 6.22E-08
16 -13.48546963 -13.48546969 5.95E-08
17 -11.29558705 -11.29558710 4.38E-08
18 -9.05796421 -9.05796425 4.14E-08
19 -7.06929560 -7.06929563 3.80E-08
20 -3.79741619 -3.79741623 3.64E-08
21 -3.50121715 -3.50121718 3.50E-08
22 -0.14678835 -0.14678838 3.12E-08
23 -0.11604713 -0.11604717 3.12E-08
24 -1.74803992 -1.74803995 3.07E-08
25 -1.10111897 -1.10111900 3.33E-08
26 -0.77578414 -0.77578418 3.52E-08
27 -0.10304078 -0.10304082 3.20E-08
28 -0.08480199 -0.08480202 3.18E-08
29 -0.16094726 -0.16094728 2.62E-08
build/gfortran_565E65E7876A06C6/test/test_dft_dirac_fast 0.35s user 0.00s system 99% cpu 0.360 total |
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.
TODO:
accurate_eigensolver = .false.
to the top driverRun with: