Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jukkr
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kkr
jukkr
Commits
f0297180
Commit
f0297180
authored
3 years ago
by
Philipp Rüssmann
Browse files
Options
Downloads
Patches
Plain Diff
Add test 24
parent
38bb366c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/KKRhost/tools/run_test_24.sh
+7
-0
7 additions, 0 deletions
tests/KKRhost/tools/run_test_24.sh
tests/KKRhost/tools/test_verify_results.py
+4
-0
4 additions, 0 deletions
tests/KKRhost/tools/test_verify_results.py
tests/gitlab-ci/run_kkrhost.yml
+19
-0
19 additions, 0 deletions
tests/gitlab-ci/run_kkrhost.yml
with
30 additions
and
0 deletions
tests/KKRhost/tools/run_test_24.sh
0 → 100755
+
7
−
0
View file @
f0297180
#!/usr/bin/env bash
cp
-rL
test_inputs/test_24_BXCSCL/ test_run24_hybrid_1_3
export
OMP_NUM_THREADS
=
1
cd
test_run24_hybrid_1_3/
mpirun
-np
3 ../../kkr.x |
tee
out_kkr
cd
../
This diff is collapsed.
Click to expand it.
tests/KKRhost/tools/test_verify_results.py
+
4
−
0
View file @
f0297180
...
...
@@ -219,6 +219,10 @@ class Test_features():
num_ref
,
text_ref
=
read_file
(
path00
+
'
/ref/
'
+
fname
)
assert
std
(
num
-
num_ref
)
<
10
**-
13
def
test_24_BXCSCL
(
self
):
path00
=
'
test_run24_hybrid_1_3
'
standard_verify
(
path00
+
'
/
'
,
rms_threshold
=
1
*
10
**-
7
,
rms_threshold_end
=
10
**-
7
)
class
Test_SOC
():
"""
...
...
This diff is collapsed.
Click to expand it.
tests/gitlab-ci/run_kkrhost.yml
+
19
−
0
View file @
f0297180
...
...
@@ -568,6 +568,25 @@ run_kkrhost:intel:DOS_23:
-
develop-kkrhost
-
GROUP3
run_kkrhost:intel:BXCSCL_24
:
stage
:
run_kkrhost_features
tags
:
-
docker-executor
script
:
-
cd tests/KKRhost/ && ./tools/run_test_24.sh
artifacts
:
paths
:
-
tests/KKRhost/test_run*
-
build/*dyn
expire_in
:
1 day
only
:
-
schedules
-
triggers
-
web
-
master
-
develop
-
develop-kkrhost
## 2.4 integration with aiida ##
run_kkrhost:intel:aiida-kkr
:
image
:
iffregistry.fz-juelich.de/docker-images/aiida-kkr:latest
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment