Skip to content

Instantly share code, notes, and snippets.

@jakirkham
Created June 24, 2015 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakirkham/b0452178331db511dd0d to your computer and use it in GitHub Desktop.
Save jakirkham/b0452178331db511dd0d to your computer and use it in GitHub Desktop.
iPython Cluster (SGE) Registration Timeouts
c = get_config()
c.IPClusterEngines.engine_launcher_class = "SGE"
c.IPClusterStart.controller_launcher_class = "SGE"
c.HubFactory.ip = '*'
c.HubFactory.engine_ip = '*'
c.IPEngineApp.wait_for_url_file = 60
c.EngineFactory.timeout = 20
2015-06-24 13:07:42.003 [IPControllerApp] Using existing profile dir: u'/root/.ipython/profile_sge'
2015-06-24 13:07:42.371 [scheduler] Scheduler started [leastload]
2015-06-24 13:07:41.873 [IPEngineApp] Using existing profile dir: u'/root/.ipython/profile_sge'
2015-06-24 13:07:41.880 [IPEngineApp] Loading url_file u'/root/.ipython/profile_sge/security/ipcontroller-engine.json'
2015-06-24 13:07:41.987 [IPEngineApp] Registering with controller at tcp://127.0.0.1:36601
2015-06-24 13:08:02.001 [IPEngineApp] CRITICAL | Registration timed out after 20.0 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment