Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use newapp in parallel code #486

Closed
wants to merge 41 commits into from
Closed

Conversation

minrk
Copy link
Member

@minrk minrk commented May 30, 2011

parallel scripts have been rewritten with newapp.

Docs have been updated accordingly.

minrk added 30 commits June 10, 2011 15:22
…lapp

Now there's a class for IPKernel to inherit from in the qt code
This way later calls to App.instance() will return the running
application, whereas calling App() would create an isolated
Application object.
The inline backend now has preliminary config support for rc and figure format.
Also set the default editor to notepad on Windows.
This way later calls to App.instance() will return the running
application, whereas calling App() would create an isolated
Application object.
Now 'ipython qtconsole' will behave the same as 'ipython-qtconsole'
* eliminate use of CUnicode
* eliminate use of Str
* all remaining CStr will become CBytes
minrk and others added 11 commits June 10, 2011 15:39
since the 'clusterdir' part is now in the base newapplication, and not cluster-specific.
parallelmagic._maybe_display expects result.stdout to be a list,
but did not handle the single-result case where it is the stdout string
itself, thus printing the first character rather than the whole string.

test included
This way later calls to App.instance() will return the running
application, whereas calling App() would create an isolated
Application object.
also some cleanup of Session code

security doc updated as well.

Buffers do not get digested, so large (non-copying) messages should not
cause performance to suffer too greatly.
also fix PBS->SGE typo from copy/paste
Signed-off-by: MinRK <benjaminrk@gmail.com>
@minrk minrk closed this in c5d26d9 Jun 10, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants