-
Notifications
You must be signed in to change notification settings - Fork 36
Update CP2K ReFrame test #452
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
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
7860de5
cp2k reframe tests for egier
RMeli 5cddd75
update
RMeli 4e4682b
update
RMeli e065c44
update
RMeli 5f43e9b
update
RMeli 60f1d31
update md
RMeli 547b838
Merge branch 'main' into cp2k-eiger
jgphpc 8874883
update
RMeli d682807
Merge branch 'cp2k-eiger' of github.com:RMeli/cscs-reframe-tests into…
RMeli 4cd681c
Merge branch 'main' into cp2k-eiger
jgphpc 16afebb
Update checks/apps/cp2k/cp2k_uenv.py
RMeli f71e7e5
Update checks/apps/cp2k/cp2k_uenv.py
RMeli 9ca711e
fix
RMeli 885d307
no dlaf
RMeli 78b30fa
Merge branch 'cp2k-eiger' of github.com:RMeli/cscs-reframe-tests into…
RMeli 18ba7e4
Update checks/apps/cp2k/cp2k_uenv.py
RMeli 5f288cc
Merge branch 'main' into cp2k-eiger
RMeli 249943c
do not run dlaf tests on cp2k uenv
RMeli 7b33710
cp2k 2025.2 compilation
RMeli 0b76f0c
add xfail for 2025.1 build
RMeli 8a17a35
different input
RMeli 49f2305
update
RMeli 638db85
merge
RMeli 98092b8
cleanup
RMeli 42fa662
update
RMeli a8b49de
update eiger references
RMeli 0800d21
Merge branch 'main' into cp2k-2025.2
jgphpc 517d612
Update checks/apps/cp2k/cp2k_uenv.py
RMeli 0d847ff
Merge branch 'main' into cp2k-2025.2
jgphpc 6e3cff8
Formatting
jgphpc 94256eb
version
RMeli 8260a7f
update with version from reframe
RMeli f7ed31d
fix xfail
RMeli af9cc45
get cmake from uenv
RMeli a40846a
ensure md tests runs during maintenance
RMeli 5e2fa46
Merge branch 'main' into cp2k-2025.2
RMeli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| &GLOBAL | ||
| PRINT_LEVEL LOW | ||
| PROJECT H2O-128-PBE-TZ | ||
| RUN_TYPE ENERGY | ||
| &END GLOBAL | ||
|
|
||
| &FORCE_EVAL | ||
| METHOD Quickstep | ||
| &DFT | ||
| BASIS_SET_FILE_NAME ./BASIS_H2O | ||
| POTENTIAL_FILE_NAME ./POTENTIAL_H2O | ||
| &MGRID | ||
| CUTOFF 800 | ||
| REL_CUTOFF 50 | ||
| &END MGRID | ||
| &QS | ||
| EPS_DEFAULT 1.0E-12 | ||
| &END QS | ||
| &SCF | ||
| EPS_SCF 1.0E-9 | ||
| MAX_SCF 16 | ||
| SCF_GUESS ATOMIC | ||
| &OT | ||
| MINIMIZER CG | ||
| PRECONDITIONER FULL_ALL | ||
| &END OT | ||
| &OUTER_SCF | ||
| EPS_SCF 1.0E-9 | ||
| MAX_SCF 20 | ||
| &END OUTER_SCF | ||
| &RESTART | ||
| FILENAME ./H2O-128-PBE-TZ-RESTART | ||
| &END RESTART | ||
| &END PRINT | ||
| &END SCF | ||
| &XC | ||
| &XC_FUNCTIONAL PBE | ||
| &END XC_FUNCTIONAL | ||
| &END XC | ||
| &END DFT | ||
| &SUBSYS | ||
| &CELL | ||
| ABC 15.6404 15.6404 15.6404 | ||
| &END CELL | ||
| &KIND H | ||
| BASIS_SET cc-TZ | ||
| BASIS_SET RI_AUX RI-cc-TZ | ||
| POTENTIAL GTH-PBE-q1 | ||
| &END KIND | ||
| &KIND O | ||
| BASIS_SET cc-TZ | ||
| BASIS_SET RI_AUX RI-cc-TZ | ||
| POTENTIAL GTH-PBE-q6 | ||
| &END KIND | ||
| &TOPOLOGY | ||
| COORD_FILE_FORMAT XYZ | ||
| COORD_FILE_NAME H2O-128.xyz | ||
| &END TOPOLOGY | ||
| &END SUBSYS | ||
| &END FORCE_EVAL |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.