Skip to content

Tags: alexbw/ipython-cluster-helper

Tags

v0.2.24

Toggle v0.2.24's commit message
v0.2.24: Have start_local use num_jobs instead of cores per job thank…

…s to @alexbw (roryk#14)

v0.2.23

Toggle v0.2.23's commit message
v0.2.23: Prioritize eth interfaces when choosing ipcontroller IPs to …

…make better choices on clusters with multiple IPs: bcbio/bcbio-nextgen#416

v0.2.21

Toggle v0.2.21's commit message
v0.2.21: Move fix for public IPs into IPController class so correctly…

… executed on controller machine. bcbio/bcbio-nextgen#416

v0.2.19

Toggle v0.2.19's commit message
v0.2.19; increase memory for IPython controller on SLURM to handle la…

…rger parallelization

v0.2.16

Toggle v0.2.16's commit message
v0.2.16: Correctly set system resources (open files and processes) wh…

…en maximum limits are ulimited (-1)

v0.2.15

Toggle v0.2.15's commit message
v0.2.15: Avoid setting SLURM machines with job arrays unless explicit…

…ly specified. Provide more reasonable 2 day default for jobs in the absence of a specification

v0.2.14

Toggle v0.2.14's commit message
v0.2.14: Remove remaining namespace package bits that cause pip/setup…

…tools to remove __init__.py

v0.2.13

Toggle v0.2.13's commit message
v0.2.13: Fix bug in passing resources when empty resources present. T…

…hanks to Nishanth Dandapanthu

v0.2.12

Toggle v0.2.12's commit message
v0.2.12. Avoids creating empty account information without a resource…

… string. chapmanb/bcbio-nextgen##298