Commit message Age Author Refs
r2345:cf784db2
Work in the documentation.
Brian Granger
0
r2344:8446fc51
Initial draft of Windows HPC documentation.
Brian Granger
0
r2343:52c402a6
Added better documentation to command line programs.
Brian Granger
0
r2342:9e3db2d3
Fixing minor bugs in IPython.kernel. * Regular expressions now using raw strings in launcher.py * Directory permissions on cluster directory handled properly. * A raw ipcluster start will now create cluster default and add the default config files. * Config files updated to use raw strings where appropriate.
Brian Granger
0
r2341:8e09affd
Adding pidigits.py and parallelpi.py to examples.
bgranger
0
r2340:ef5de34e
Merging upstream.
bgranger
0
r2339:eb010065
Several small fixes during code review with Brian. - Delete stale ipcluster.py file. - Add default html target to docs makefile - Fix up a warning in api doc generation. - Fix bug with autocall (missing import) - Fix duplicate options in ipclusterapp.
Fernando Perez
0
r2338:aecf73f6
Minor improvements to the parallel computing stuff. * Made various user messages better. * Added a longer (4s) paused before ipcluster exits.
bgranger
0
r2337:ab18149a
Work on examples and fixed a super subtle bug in Component. * Recently, we stopped copying the config passed to a Component. This had a subtle side effect that mutable config attribute values were becoming class wide attributes. We are now doing a deep copy of all attributes as they are set on the Component instance.
bgranger
0
r2336:86c5a33d
Fixing how the working directory is handled in kernel. * Changed working_dir -> work_dir. * Now, ipcluster does not try to set the work dir for the controller and engine. To set it, just use the engine/controller config or pass the command line arg to the engine_args/controller_args attribute of a launcher.
Brian Granger
0
< 1 .. 2643 2644 2645 2646 2647 .. 2879 >