Skip to content

Commit

Permalink
fix #7313 add fluxAnimation.tasksPerNode for nersc execution (#7314)
Browse files Browse the repository at this point in the history
  • Loading branch information
moellep authored Oct 10, 2024
1 parent 012749d commit 0210c18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions sirepo/package_data/static/json/srw-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@
"notes": ["Notes", "Text", ""],
"jobRunMode": ["Execution Mode", "JobRunMode", "parallel"],
"sbatchCores": ["Cores", "Integer", 128],
"tasksPerNode": ["Processes per node", "Integer", 128],
"sbatchHours": ["Hours", "Float", 0.4],
"sbatchQueue": ["Queue", "NERSCQueue", "debug"],
"sbatchProject": ["Project", "OptionalString", ""]
Expand Down
1 change: 1 addition & 0 deletions tests/template/srw_shadow_data/to_srw.out/srw.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
"sbatchHours": 0.4,
"sbatchProject": "",
"sbatchQueue": "debug",
"tasksPerNode": 128,
"verticalApertureSize": "1",
"verticalPosition": 0
},
Expand Down
1 change: 1 addition & 0 deletions tests/template/srw_shadow_data/to_srw_mirror.out/srw.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
"sbatchHours": 0.4,
"sbatchProject": "",
"sbatchQueue": "debug",
"tasksPerNode": 128,
"verticalApertureSize": "1",
"verticalPosition": 0
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@
"sbatchHours": 0.4,
"sbatchProject": "",
"sbatchQueue": "debug",
"tasksPerNode": 128,
"verticalApertureSize": "1",
"verticalPosition": 0
},
Expand Down

0 comments on commit 0210c18

Please sign in to comment.