index
:
CrystFEL
crystfel-0.3
crystfel-0.4
crystfel-0.5
master
pascal/electrons
tom/dtempl
Data processing for serial crystallography
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui_backend_slurm.c
Age
Commit message (
Expand
)
Author
2021-02-18
SLURM: Submit merging and ambigator jobs via script
Thomas White
2021-02-18
Eliminate duplicate make_job_folder/make_workdir
Thomas White
2021-02-17
GUI: Plumbing, ready to run ambigator job
Thomas White
2020-12-11
result -> indexing_result
Thomas White
2020-12-04
SLURM: Cancel merging jobs properly
Thomas White
2020-12-03
SLURM BE: Submit merge job
Thomas White
2020-11-30
Pass result to backend for merging
Thomas White
2020-11-30
Move get_crystfel_exe and get_crystfel_path_str to crystfel_gui.c
Thomas White
2020-10-29
Merge backend plumbing
Thomas White
2020-09-24
SLURM: Avoid crash when batch system parameters are not set
Thomas White
2020-09-08
Just use project structure in backends
Thomas White
2020-09-08
Local/SLURM BE: Add full path to stream in results
Thomas White
2020-09-04
Add results from new indexing job
Thomas White
2020-09-02
Fix job tracking logic
Thomas White
2020-09-01
SLURM: Don't forget to close the stderr files
Thomas White
2020-09-01
SLURM: Store full path to stderr files
Thomas White
2020-09-01
SLURM: Don't crash if stderr file can't be read
Thomas White
2020-09-01
SLURM: Track job status
Thomas White
2020-09-01
SLURM: Show error message if job can't be cancelled
Thomas White
2020-08-31
SLURM: Implement cancel_task
Thomas White
2020-08-31
SLURM: Separate stderr and stdout files for each block
Thomas White
2020-08-31
Split up job for submission via SLURM
Thomas White
2020-08-31
SLURM: Don't use job response message in case of failure
Thomas White
2020-08-31
SLURM: Give full path to indexamajig, and set up path
Thomas White
2020-08-31
SLURM: Add option for extra PATH variable
Thomas White
2020-08-28
Add hashbang to script
Thomas White
2020-08-28
Fix premature unref of workdir_file
Thomas White
2020-08-28
SLURM: Add environment
Thomas White
2020-08-28
SLURM: Fix return value of get_task_status
Thomas White
2020-08-28
SLURM: Set UID and GID
Thomas White
2020-08-28
Write notes to file
Thomas White
2020-08-28
s/job title/job name/
Thomas White
2020-08-28
Actually submit a SLURM job
Thomas White
2020-08-27
Fix function prototypes and returns for focus-out-event
Thomas White
2020-08-27
Build system parts for SLURM library
Thomas White
2020-08-26
Add job title and notes fields
Thomas White
2020-08-26
Set backend options on focus out event
Thomas White
2020-08-25
Implement progress bar for indexing via generic interface
Thomas White
2020-08-25
Create a progress bar for each running job
Thomas White
2020-08-25
Options for SLURM backend
Thomas White
2020-08-25
Factor out convert_int
Thomas White
2020-08-25
Final (?) version of backend API
Thomas White
2020-08-21
Redefine backend interface functions
Thomas White
2020-08-21
Framework for backend parameters via GUI
Thomas White