Created
June 24, 2015 13:13
-
-
Save jakirkham/b0452178331db511dd0d to your computer and use it in GitHub Desktop.
iPython Cluster (SGE) Registration Timeouts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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