diff --git a/sirepo/package_data/static/json/srw-schema.json b/sirepo/package_data/static/json/srw-schema.json index b77e05309e..77e65dd913 100644 --- a/sirepo/package_data/static/json/srw-schema.json +++ b/sirepo/package_data/static/json/srw-schema.json @@ -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", ""] diff --git a/tests/template/srw_shadow_data/to_srw.out/srw.json b/tests/template/srw_shadow_data/to_srw.out/srw.json index 635868c8ff..8e68d8a5d9 100644 --- a/tests/template/srw_shadow_data/to_srw.out/srw.json +++ b/tests/template/srw_shadow_data/to_srw.out/srw.json @@ -332,6 +332,7 @@ "sbatchHours": 0.4, "sbatchProject": "", "sbatchQueue": "debug", + "tasksPerNode": 128, "verticalApertureSize": "1", "verticalPosition": 0 }, diff --git a/tests/template/srw_shadow_data/to_srw_mirror.out/srw.json b/tests/template/srw_shadow_data/to_srw_mirror.out/srw.json index e2c3cdb3a3..ef133197a3 100644 --- a/tests/template/srw_shadow_data/to_srw_mirror.out/srw.json +++ b/tests/template/srw_shadow_data/to_srw_mirror.out/srw.json @@ -323,6 +323,7 @@ "sbatchHours": 0.4, "sbatchProject": "", "sbatchQueue": "debug", + "tasksPerNode": 128, "verticalApertureSize": "1", "verticalPosition": 0 }, diff --git a/tests/template/srw_shadow_data/to_srw_undulator.out/srw.json b/tests/template/srw_shadow_data/to_srw_undulator.out/srw.json index e48a0fbd1e..f6677bd720 100644 --- a/tests/template/srw_shadow_data/to_srw_undulator.out/srw.json +++ b/tests/template/srw_shadow_data/to_srw_undulator.out/srw.json @@ -331,6 +331,7 @@ "sbatchHours": 0.4, "sbatchProject": "", "sbatchQueue": "debug", + "tasksPerNode": 128, "verticalApertureSize": "1", "verticalPosition": 0 },