rjm.cli.rjm_batch_waitΒΆ

Script to wait for completion of a batch of jobs and download the output files.

A file containing a list of local directories is passed as an argument. Each directory should contain an rjm_uploads.txt file, with the list of files to be uploaded, and a run.sl Slurm script, which will be submitted to Slurm on the remote machine.

Functions

batch_wait([args])

Wait for run completion and download files for all remote jobs.

make_parser()

Create arg parser for batch_* commands