roryk / ipython-cluster-helper

Tool to easily start up an IPython cluster on different schedulers.
148 stars 23 forks source link

Raise or allow configuration of DEFAULT_TIME for SLURM #58

Closed lbeltrame closed 7 years ago

lbeltrame commented 7 years ago

1 day is too short for some computations that make use of bcbio, and this causes jobs to be cancelled. As it is a job array, the time limit cannot be adjusted later (one can, however, raise the time for the individual jobs).

lbeltrame commented 7 years ago

Actually the code tells us how to do that. Closing,