aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-04 14:48:17 +0100
committerThomas White <taw@physics.org>2021-03-04 14:48:17 +0100
commit7ad46ee64f13892667c370c1f06f94a3f4e42d76 (patch)
treed83a56c0abfa4b526fa9afde07742b914fdbb8f0 /src/gui_backend_local.c
parentbbb08bef7ede9050c23a0309475d170a68631d6e (diff)
SLURM: Set serial offset for indexamajig jobs
Diffstat (limited to 'src/gui_backend_local.c')
-rw-r--r--src/gui_backend_local.c2
1 files changed, 1 insertions, 1 deletions
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) )
{