diff options
author | Thomas White <taw@physics.org> | 2021-03-01 15:28:45 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-03-01 15:28:45 +0100 |
commit | da5e9537d64b58e502cfdfcfbfdc161383d33bc8 (patch) | |
tree | 2f364ea3d18a81c80d6e0e495a3e703b1ea20813 /src/gui_index.h | |
parent | 04f7ec271ce14ab23b38ff005d9fbb61c4f9f6a5 (diff) |
Local BE: Write a script and run it
This easily gives us the stdout.log and stderr.log needed for monitoring
the job.
Diffstat (limited to 'src/gui_index.h')
-rw-r--r-- | src/gui_index.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui_index.h b/src/gui_index.h index 7b2c6e19..4a1ef1e9 100644 --- a/src/gui_index.h +++ b/src/gui_index.h @@ -50,4 +50,12 @@ extern char **indexamajig_command_line(const char *geom_filename, extern int read_number_processed(const char *filename); +extern int write_indexamajig_script(const char *script_filename, + const char *geom_filename, + const char *n_thread_str, + const char *files_list, + const char *stream_filename, + struct peak_params *peak_search_params, + struct index_params *indexing_params); + #endif |