##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2693:a6cdb64c
Added initial draft of blockingkernelmanager.py.
Brian Granger
0
r2692:8c504af5
General cleanup of kernelmanager.py. * Old handlers code removed. * Comments added.
Brian Granger
0
r2691:edff99ef
Channels can no longer be restarted.
Brian Granger
0
r2690:b7273f50
Changing -1=>0 for bind to random ports.
Brian Granger
0
r2689:b1a7241a
* Fixed history breakage due to recent refactoring. * Minor documentation and cleanup.
epatters
0
r2688:42928a5e
* Refactored ConsoleWidget execution API for greater flexibility and clarity. * Fixed bug where multi-line input was broken when the buffer size was exceeded * Properly implemented execute_file
epatters
0
r2687:022578d1
* Added ability to interrupt a kernel to FrontendWidget * Fixed bug where 'Cut' operation was permitted with keyboard shortcut * Fixed usability issue: calltips are now closed when Enter is pressed
epatters
0
r2686:740eb8b5
* Implemented KernelManager's 'signal_kernel' method. * Added 'set_kernel' method to permit the use of existing kernel processes. * General cleanup and documentation improvement.
epatters
0
r2685:babedec4
Updated to FrontendWidget to reflect BlockBreaker API changes.
epatters
0
r2684:6e4f2e29
Merge branch 'blockbreaker' of git://github.com/fperez/ipython into qtfrontend Conflicts: IPython/core/blockbreaker.py
epatters
merge
0
r2683:1505a879
update ipcluster docs w/ latest PBS/SGE/LSF changes
Justin Riley
0
r2682:09567cac
add bsub wrapper for LSFEngineSet LSF requires that job scripts be submitted to bsub through stdin. twisted.internet.utils.getProcessOutput does not support shell redirection so the bsub wrapper takes care of doing this.
Justin Riley
0
r2681:11c0776a
force /bin/sh in default SGE/PBS/LFS templates
Justin Riley
0
r2680:bfb3a62a
Fixes for LSF
Matthieu Brucher
0
r2679:7952c77c
add --queue to ipcluster's SGE/PBS/LSF subcmds
Justin Riley
0
r2678:fe180bb0
add main_lsf for experimental LSF support
Justin Riley
0
r2677:a0e23633
add experimental LSF support (needs testing)
Justin Riley
0
r2676:1edb9871
update PBSEngineSet to use job arrays refactored base class BatchEngineSet to handle job arrays. PBS and SGE engine sets are much simpler now.
Justin Riley
0
r2675:225cd966
update SGEEngineSet to use SGE job arrays SGE job arrays allow one job id to be associated with a set of processes on an SGE cluster. modified SGEEngineSet to be a subclass PBSEngineSet ipcluster will now generate a default SGE job script if --sge-script is not provided. most folks should ignore the --sge-script option unless they know they need it. if --sge-script is passed, check that the script exists and that the user has defined a "#$ -t" setting within the script. if not, add the setting for them by copying the script to a temp file and launching the job array using the modified temp file. ipengines terminate cleanly now when the ipcluster command exits. i think we still need to handle furl files when engines are assigned to different hosts via SGE. without using ssh or nfs, the only other way is to put the contents of the furl in the job script before submission but this is less secure. need to discuss this.
Justin Riley
0
r2674:ee5ae0cb
Made blockbreakers' input encoding detection more robust to strange environments. Note: this was commit 251d755362f16c41770 by Evan but I couldn't cherry-pick it because filenames were changed. Applied manually.
epatters
0
load next
< 1 .. 1301 1302 1303 1304 1305 .. 1437 >
showing 20 out of 28734 commits