aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-11-07 17:06:00 +0100
committerThomas White <taw@physics.org>2023-11-07 17:22:43 +0100
commit3b5fd2d07163def85c8ef17ba250bf4f056ec34f (patch)
treee6e762d4bc0855de78c0a9edcefb249283ed37e1 /src/gui_backend_local.c
parentdd26ceb0feaeedb8c1d5672ce70426c0572f30ba (diff)
SLURM: Move all sbatch parameters into script
This allows the user to re-run any job, if they want, or at least easily use the GUI's work as a template.
Diffstat (limited to 'src/gui_backend_local.c')
-rw-r--r--src/gui_backend_local.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c
index b7c4b886..03761474 100644
--- a/src/gui_backend_local.c
+++ b/src/gui_backend_local.c
@@ -409,7 +409,7 @@ static void *run_ambi(const char *job_title,
stdout_rel_filename, stderr_rel_filename,
fg_rel_filename,
intermediate_rel_filename,
- harvest_rel_filename) )
+ harvest_rel_filename, "") )
{
char *args[3];
args[0] = "sh";
@@ -472,7 +472,7 @@ static void *run_merging(const char *job_title,
&proj->merging_params, output_rel_filename,
stdout_rel_filename, stderr_rel_filename,
harvest_rel_filename,
- log_folder_rel) )
+ log_folder_rel, "") )
{
char *args[3];
enum gui_job_type type;
@@ -568,7 +568,7 @@ static void *run_indexing(const char *job_title,
&proj->peak_search_params,
&proj->indexing_params,
wavelength_estimate,
- clen_estimate) )
+ clen_estimate, "") )
{
char *args[3];
args[0] = "sh";