Skip to content

Commit

Permalink
Merge pull request #126 from Exabyte-io/feat/SOF-7435
Browse files Browse the repository at this point in the history
SOF-7435: link band_structure result with pw.x bands calculation
  • Loading branch information
pranabdas authored Sep 8, 2024
2 parents dd5d6f7 + 1c65272 commit 83dab15
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 0 additions & 2 deletions executables/espresso/bands.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ flavors:
bands:
input:
- name: bands.in
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
Expand Down
18 changes: 18 additions & 0 deletions executables/espresso/pw.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,8 @@ flavors:
pw_bands:
input:
- name: pw_bands.in
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
Expand All @@ -556,6 +558,8 @@ flavors:
pw_bands_magn:
input:
- name: pw_bands_magn.in
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
Expand All @@ -564,6 +568,8 @@ flavors:
pw_bands_soc:
input:
- name: pw_bands_soc.in
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
Expand All @@ -572,6 +578,8 @@ flavors:
pw_bands_dft_u_magn:
input:
- name: pw_bands_dft_u_magn.in
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
Expand All @@ -583,6 +591,8 @@ flavors:
pw_bands_dft_u+v_magn:
input:
- name: pw_bands_dft_v_magn.in
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
Expand All @@ -594,6 +604,8 @@ flavors:
pw_bands_dft_u+j_magn:
input:
- name: pw_bands_dft_j_magn.in
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
Expand All @@ -605,6 +617,8 @@ flavors:
pw_bands_dft_u_magn_legacy:
input:
- name: pw_bands_dft_u_magn_legacy.in
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
Expand All @@ -624,6 +638,8 @@ flavors:
pw_bands_dft_u_soc:
input:
- name: pw_bands_dft_u_soc.in
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
Expand All @@ -635,6 +651,8 @@ flavors:
pw_bands_dft_u_soc_legacy:
input:
- name: pw_bands_dft_u_soc_legacy.in
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
Expand Down
Loading

0 comments on commit 83dab15

Please sign in to comment.