Skip to content

Commit

Permalink
SOF-7435: link band_structure result with all pw.x bands flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Aug 16, 2024
1 parent 23692ef commit a9fcabb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions executables/espresso/pw.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -548,16 +548,18 @@ flavors:
pw_bands:
input:
- name: pw_bands.in
monitors:
- standard_output
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
executableName: pw.x

pw_bands_magn:
input:
- name: pw_bands_magn.in
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
Expand All @@ -566,6 +568,8 @@ flavors:
pw_bands_soc:
input:
- name: pw_bands_soc.in
results:
- band_structure
monitors:
- standard_output
applicationName: espresso
Expand All @@ -574,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 @@ -585,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 @@ -596,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 @@ -607,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 @@ -626,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 @@ -637,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 a9fcabb

Please sign in to comment.