aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-31 16:42:41 +0200
committerThomas White <taw@physics.org>2020-08-31 16:42:41 +0200
commitab5f4e3a29112fdd0a718bb33ddb8a20217cd443 (patch)
treec5d4c76f956098febcacc57c6e8df63d7c890046 /src/gui_backend_local.c
parentf5d539e4e4aabf2ef5c8c5cb066de123611f3b42 (diff)
Split up job for submission via SLURM
Diffstat (limited to 'src/gui_backend_local.c')
-rw-r--r--src/gui_backend_local.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c
index 7411c9a2..a43e3632 100644
--- a/src/gui_backend_local.c
+++ b/src/gui_backend_local.c
@@ -218,6 +218,8 @@ static void *run_indexing(const char *job_title,
snprintf(n_thread_str, 63, "%i", opts->n_processes);
args = indexamajig_command_line(geom_filename,
n_thread_str,
+ "files.lst",
+ "crystfel.stream",
peak_search_params,
indexing_params);