Write external energy derivative file in trexio#4074
Merged
juerghutter merged 3 commits intocp2k:masterfrom Mar 13, 2025
Merged
Write external energy derivative file in trexio#4074juerghutter merged 3 commits intocp2k:masterfrom
juerghutter merged 3 commits intocp2k:masterfrom
Conversation
Member
|
Hi there, Is it just me or this PR produces the following error when compiling pdbg version: Best, |
Contributor
|
Yes, it needs
MARK_USED(energy_derivative)
at line 1042 of trexio_utils.F
Thank you.
…________________________________________
From: Rangsiman Ketkaew ***@***.***>
Sent: Thursday, March 13, 2025 2:22 PM
To: cp2k/cp2k
Cc: Jürg Hutter; State change
Subject: Re: [cp2k/cp2k] Write external energy derivative file in trexio (PR #4074)
Hi there,
Is it just me or this PR produces the following error when compiling pdbg version:
...
/home/rketka/github/cp2k/src/trexio_utils.F:122:68:
122 | SUBROUTINE write_trexio(qs_env, trexio_section, energy_derivative)
| 1
Error: Unused dummy argument ‘energy_derivative’ at (1) [-Werror=unused-dummy-argument]
f951: some warnings being treated as errors
Best,
Rangsiman
—
Reply to this email directly, view it on GitHub<#4074 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AD2WEUXM6RFBERZB6HPCJJ32UGBBHAVCNFSM6AAAAABY4CPCW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMRRGI2DGMBQGM>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
[rangsimanketkaew]rangsimanketkaew left a comment (cp2k/cp2k#4074)<#4074 (comment)>
Hi there,
Is it just me or this PR produces the following error when compiling pdbg version:
...
/home/rketka/github/cp2k/src/trexio_utils.F:122:68:
122 | SUBROUTINE write_trexio(qs_env, trexio_section, energy_derivative)
| 1
Error: Unused dummy argument ‘energy_derivative’ at (1) [-Werror=unused-dummy-argument]
f951: some warnings being treated as errors
Best,
Rangsiman
—
Reply to this email directly, view it on GitHub<#4074 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AD2WEUXM6RFBERZB6HPCJJ32UGBBHAVCNFSM6AAAAABY4CPCW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMRRGI2DGMBQGM>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
BelizSertcan
pushed a commit
to BelizSertcan/cp2k
that referenced
this pull request
Nov 24, 2025
BelizSertcan
pushed a commit
to BelizSertcan/cp2k
that referenced
this pull request
Feb 5, 2026
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
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.