aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-03 17:12:07 +0100
committerThomas White <taw@physics.org>2021-03-03 18:50:28 +0100
commit65a1afdce2da5cd92f6907f6e517b9ec4280cdd5 (patch)
tree39ec35043db5cebd86f06ccca1110e524d2a68dc /src/gui_backend_local.c
parentdefd159f19585aad359bf5dfbd9f1ff9dc2831fc (diff)
GUI: Submit indexing jobs as job arrays, not individual jobs
Diffstat (limited to 'src/gui_backend_local.c')
-rw-r--r--src/gui_backend_local.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c
index f1778c43..bc5d3ad0 100644
--- a/src/gui_backend_local.c
+++ b/src/gui_backend_local.c
@@ -527,6 +527,7 @@ static void *run_indexing(const char *job_title,
n_thread_str,
"files.lst",
"crystfel.stream",
+ 1,
&proj->peak_search_params,
&proj->indexing_params) )
{