Skip to content

Fix: add the print header for cusolvermp in scf info #6038

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 2 commits into from
Mar 25, 2025

Conversation

kirk0830
Copy link
Collaborator

What's changed

Support the abbr. of cusolvermp when printing the scf iteration information

Linked Issue

Fix #6036

@kirk0830 kirk0830 requested a review from QuantumMisaka March 21, 2025 09:31
Copy link
Collaborator

@QuantumMisaka QuantumMisaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@QuantumMisaka
Copy link
Collaborator

Test passed

 Initial plane wave basis and FFT box
 ---------------------------------------------------------
 DONE(4.71575    SEC) : INIT PLANEWAVE
 DONE(15.1635    SEC) : LOCAL POTENTIAL
 -------------------------------------------
 SELF-CONSISTENT : 
 -------------------------------------------
 gemm_algo_selector::Fastest time: 0.01536 ms
 START CHARGE      : atomic
 DONE(46.6184    SEC) : INIT SCF
 ITER       ETOT/eV          EDIFF/eV         DRHO     TIME/s
 CM1     -4.62545025e+04   0.00000000e+00   1.6130e-01  41.69
 CM2     -4.62382548e+04   1.62476661e+01   9.7728e-02  30.13
 CM3     -4.62412256e+04  -2.97078799e+00   6.1634e-03  32.10
 CM4     -4.62412374e+04  -1.18013086e-02   7.2587e-04  33.88
 CM5     -4.62412374e+04  -6.22844201e-06   2.9139e-04  32.27
 CM6     -4.62412375e+04  -2.73419542e-05   2.9259e-05  32.47
 CM7     -4.62412375e+04  -5.34149476e-07   2.1582e-06  32.54
 CM8     -4.62412375e+04   8.27655741e-08   3.6164e-07  30.44
----------------------------------------------------------------
 TOTAL-STRESS (KBAR)                                            
----------------------------------------------------------------
        43.1757912539        -0.0000000000         0.0000000000 
        -0.0000000000        43.1757912539         0.0000000000 
        -0.0000000000         0.0000000000        43.1757912539 
----------------------------------------------------------------
 TOTAL-PRESSURE: 43.175791 KBAR

TIME STATISTICS

@mohanchen mohanchen added Input&Output Suitable for coders without knowing too many DFT details Refactor Refactor ABACUS codes labels Mar 22, 2025
@mohanchen mohanchen merged commit d591a60 into develop Mar 25, 2025
25 checks passed
@kirk0830 kirk0830 deleted the fix-cusolvermp-header branch March 25, 2025 03:54
dyzheng pushed a commit to dyzheng/abacus-develop that referenced this pull request Mar 28, 2025
dyzheng added a commit that referenced this pull request Mar 28, 2025
* Fix: stress error with Dojo pseudopotential and LIBXC

* Fix: nspin2/4 mismatch with nspin1 with PBE

* Fix: add test case to CI

* Fix: delete useless warning of write_dmr

* Fix: DFTU output format

* Fix: error of noncolin and autoset mag

* Fix: reference of noncolin

* Revert "Fix: nspin2/4 mismatch with nspin1 with PBE"

This reverts commit ffd91ff.

* Perf: optimize the stream strategy in module_gint (#5845)

* optimize stream strategy

* limit max threads

* Fix: modify orb info manually (#5853)

* Fix: parse_expression for scientific notation (#5882)

* Fix: parse_expression for scientific notation

* modify openmp strategy (#5898)

* Fix document description for ocp and ocp_set (#5896)

* Fix: Resolve compilation issue with Libxc 7.0.0 in ABACUS (#5905)

* Fix: Resolve compilation issue with Libxc 7.0.0 in ABACUS

* Fix: Resolve compilation issue with Libxc 7.0.0 in ABACUS: fix a minor test issue (304_NO_GO_AF_atommag)

* Fix  a bug and a magic number in module_exx_symmetry (#5848)

* fix a magic number in get_euler_angle

* do not allow higher symmetry of bvk supercell than the original cell

* Docs: update docs about init_wfc (#5912)

* Fix the wrong symmetry analysis at nspin=2 (#5926)

* analyze magnetic group without time-reversal symmetry

* fix: need to calculate direct coordinates again

* fix a bug about hcontainer in exx nscf (#5927)

* fix cmake bug (#5929)

* inline function of complexarray (#5964)

* modify doc (#5965)

* Fix segmentation fault in integrate test 312_NO_GO_wfc_get_wf (#5970)

* Doc: polish Quick Start part of online doc (#6006)

* polish Quick Start in online doc

* set scf_thr 1e-6

* correct typo

* test: fix Dockerfile.intel (#5999)

Co-authored-by: root <pxlxingliang>

* fix the format (#6008)

* Fix : out_mat_dh will lead to different result with MPI-1core with MPI-4core (#6018)

* Fix: Enhance the warning message when the XC name cannot be recognized. (#6025)

* Update latest Intel oneAPI default compiler for cxx (#6035)

* Update latest Intel oneAPI default compiler for cxx

* Update elpa version to newest in demo cmake script

* Fix: Angular momentum quantum number check in reading SOC pseudopot file (#6027)

* Fix the angular momentum quantum number check in reading SOC pseudopot file

* Fix related unit test problem and add an SOC pseudopot file

* Refactor SOC check logic for improved readability

* Feature: support the `default` as the value of `dft_functional` when initialize vdw (#5949)

* Feature: support the `default` as the value of `dft_functional` when initialize vdw

* Refactor a littble bit

* Optimize: Compilation time of vdwd3_autoset_xcparam.cpp (#6042)

The compilation time of the vdwd3_autoset_xcparam.cpp file is reduced from 250 seconds to just 5 seconds in my machine.
Thanks to the suggestion from DeepSeek: replacing dynamic initialization with a static array for constructing the std::map

* directly enter exx loop when init_wfc=file (#6019)

* Perf: openmp for cal_force_stress (#5956)

* remove wrong timer

* omp for cal_force_stress

* openmp for cal_force_stress in dftu

* openmp for cal_force_stress in dspin

* little change

* fix bug

* fix a bug

* Fix: DFT+U force&stress with  of some elements are -1 (#6049)

Co-authored-by: dyzheng <[email protected]>

* Fix: add the print header for `cusolvermp` in scf info (#6038)

* fix an output for debug (#6066)

* Perf: optimize cal_DMR and folding_HR (#6068)

* modify variable name

* modify variable name

* change pointer to ptr

* modify variable name

* modify some variable names

* move functions from .cpp to .h

* optimize cal_DMR

* add schedule(dynamic)

* optimize func_folding

* add a check before calculating EXX force (#6067)

* fixing issue #5961 (#6071)

* modify warning output (#6074)

* Version: 3.10.0

---------

Co-authored-by: dzzz2001 <[email protected]>
Co-authored-by: Yu Liu <[email protected]>
Co-authored-by: jiyuyang <[email protected]>
Co-authored-by: Taoni Bao <[email protected]>
Co-authored-by: Qianrui Liu <[email protected]>
Co-authored-by: LUNASEA <[email protected]>
Co-authored-by: wqzhou <[email protected]>
Co-authored-by: Peng Xingliang <[email protected]>
Co-authored-by: Xinyuan Liang <[email protected]>
Co-authored-by: Liang Sun <[email protected]>
Co-authored-by: Chen Nuo <[email protected]>
Co-authored-by: kirk0830 <[email protected]>
Co-authored-by: dyzheng <[email protected]>
Co-authored-by: Jie Bao <[email protected]>
Fisherd99 pushed a commit to Fisherd99/abacus-BSE that referenced this pull request Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Input&Output Suitable for coders without knowing too many DFT details Refactor Refactor ABACUS codes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No head in stdout for ks_solver cusolvermp
3 participants