aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_slurm.c
AgeCommit message (Expand)Author
2021-04-01GUI: Clean up old tasks when infobar is removedThomas White
2021-03-05Mass update of copyright dates in source code commentsThomas White
2021-03-04SLURM: Better handling of job cancellation/crashingThomas White
2021-03-04SLURM: Cancel job by calling scancelThomas White
2021-03-04SLURM: Add one to serial offsetsThomas White
2021-03-04SLURM: Set serial offset for indexamajig jobsThomas White
2021-03-04GUI: When starting indexing, prefix relative filenames with ../Thomas White
2021-03-04SLURM: Clean up some exit pathsThomas White
2021-03-04start_slurm_job: Save the real stderr filenameThomas White
2021-03-04SLURM: Implement indexing progress monitoring for job arraysThomas White
2021-03-03GUI: Submit indexing jobs as job arrays, not individual jobsThomas White
2021-03-03SLURM: Remove unused stuffThomas White
2021-03-03SLURM: Add access to account and feature constraintsThomas White
2021-03-03SLURM: Factorise common options even moreThomas White
2021-03-03SLURM: Factorise widget creation for common backend optionsThomas White
2021-02-22SLURM: Set 'running' properlyThomas White
2021-02-22SLURM: Use a faster counting method when the number of sub-jobs is largeThomas White
2021-02-22Read job progress from written log files, even for local BEThomas White
2021-02-18SLURM: Show submitted job ID for non-indexing tasksThomas White
2021-02-18SLURM: Create an ambigator script, not a merge oneThomas White
2021-02-18SLURM: Submit merging and ambigator jobs via scriptThomas White
2021-02-18Eliminate duplicate make_job_folder/make_workdirThomas White
2021-02-17GUI: Plumbing, ready to run ambigator jobThomas White
2020-12-11result -> indexing_resultThomas White
2020-12-04SLURM: Cancel merging jobs properlyThomas White
2020-12-03SLURM BE: Submit merge jobThomas White
2020-11-30Pass result to backend for mergingThomas White
2020-11-30Move get_crystfel_exe and get_crystfel_path_str to crystfel_gui.cThomas White
2020-10-29Merge backend plumbingThomas White
2020-09-24SLURM: Avoid crash when batch system parameters are not setThomas White
2020-09-08Just use project structure in backendsThomas White
2020-09-08Local/SLURM BE: Add full path to stream in resultsThomas White
2020-09-04Add results from new indexing jobThomas White
2020-09-02Fix job tracking logicThomas White
2020-09-01SLURM: Don't forget to close the stderr filesThomas White
2020-09-01SLURM: Store full path to stderr filesThomas White
2020-09-01SLURM: Don't crash if stderr file can't be readThomas White
2020-09-01SLURM: Track job statusThomas White
2020-09-01SLURM: Show error message if job can't be cancelledThomas White
2020-08-31SLURM: Implement cancel_taskThomas White
2020-08-31SLURM: Separate stderr and stdout files for each blockThomas White
2020-08-31Split up job for submission via SLURMThomas White
2020-08-31SLURM: Don't use job response message in case of failureThomas White
2020-08-31SLURM: Give full path to indexamajig, and set up pathThomas White
2020-08-31SLURM: Add option for extra PATH variableThomas White
2020-08-28Add hashbang to scriptThomas White
2020-08-28Fix premature unref of workdir_fileThomas White
2020-08-28SLURM: Add environmentThomas White
2020-08-28SLURM: Fix return value of get_task_statusThomas White
2020-08-28SLURM: Set UID and GIDThomas White