From 7ad46ee64f13892667c370c1f06f94a3f4e42d76 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 4 Mar 2021 14:48:17 +0100 Subject: SLURM: Set serial offset for indexamajig jobs --- src/gui_backend_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui_backend_local.c') diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c index 829909ac..f12dfd07 100644 --- a/src/gui_backend_local.c +++ b/src/gui_backend_local.c @@ -531,7 +531,7 @@ static void *run_indexing(const char *job_title, n_thread_str, "files.lst", "crystfel.stream", - 1, + NULL, 1, &proj->peak_search_params, &proj->indexing_params) ) { -- cgit v1.2.3