Skip to content

Commit

Permalink
SOF-7435: merge main and resove conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Sep 8, 2024
2 parents 7f72e1e + dd5d6f7 commit 1c65272
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 2 deletions.
8 changes: 8 additions & 0 deletions assets/espresso/bands_spin_dn.j2.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
&BANDS
prefix = '__prefix__'
outdir = {% raw %}'{{ JOB_WORK_DIR }}/outdir'{% endraw %}
filband = {% raw %}'{{ JOB_WORK_DIR }}/bands_dn.dat'{% endraw %}
spin_component = 2
no_overlap = .true.
/

8 changes: 8 additions & 0 deletions assets/espresso/bands_spin_up.j2.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
&BANDS
prefix = '__prefix__'
outdir = {% raw %}'{{ JOB_WORK_DIR }}/outdir'{% endraw %}
filband = {% raw %}'{{ JOB_WORK_DIR }}/bands_up.dat'{% endraw %}
spin_component = 1
no_overlap = .true.
/

16 changes: 16 additions & 0 deletions executables/espresso/bands.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,19 @@ flavors:
- standard_output
applicationName: espresso
executableName: bands.x

bands_spin_up:
input:
- name: bands_spin_up.in
monitors:
- standard_output
applicationName: espresso
executableName: bands.x

bands_spin_dn:
input:
- name: bands_spin_dn.in
monitors:
- standard_output
applicationName: espresso
executableName: bands.x
2 changes: 1 addition & 1 deletion src/js/data/templates.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/data/tree.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions templates/espresso/bands.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@
contextProviders: []
applicationName: espresso
executableName: bands.x

- content: !readFile 'assets/espresso/bands_spin_up.j2.in'
name: bands_spin_up.in
contextProviders: []
applicationName: espresso
executableName: bands.x

- content: !readFile 'assets/espresso/bands_spin_dn.j2.in'
name: bands_spin_dn.in
contextProviders: []
applicationName: espresso
executableName: bands.x

0 comments on commit 1c65272

Please sign in to comment.