Commit message Age Author Refs
r2323:46fc30cd
General work on the controller/engine/cluster startup. * All cluster processes now chdir to the cluster_dir before starting. * More consistent exit codes for ipcluster. * If FURL files are reused, we exit if the user has not set a non-zero port. * Clean up of different subcommands in ipclusterapp.py
Brian Granger
0
r2322:65ca6e29
Lots of work on command line options and env vars. * All command line options use the -f, --foo, --no-foo style. * We are not using ipython_dir (code), --ipython-dir (command line) and IPYTHON_DIR (env).
Brian Granger
0
r2321:4b6047ed
Fixing small bug in activate. If the parallelmagic extension has not been loaded, activate would get an empty list from get_component. Now get_component returns None in that case and activate checks for None and prints a message to the user to load the extension.
Brian Granger
0
r2320:99d6b43c
Adding new magics to install config files and profiles. * %install_profiles will install the default profiles in .ipython. * %install_default_config will install the default config file (ipython_config.py) into .ipython.
Brian Granger
0
r2319:e2405f62
Make the default colors OS dependent.
Brian Granger
0
r2318:e97da5b1
Minors fixes on Windows. * Don't import daemonize if os.name=='posix'. * Allow the controller to overwrite old .pid files upon startup. This was needed because the Windows HPC job scheduler kills jobs in a way that the signal handlers are not being run.
bgranger
0
r2317:ecb9fa83
Made ipcontroller/ipengine/ipcluster command locations configurable. I try to find these locations automatically, but on some systems users need to be able to specify them.
bgranger
0
r2316:61e9f7ac
Merging upstream changes.
bgranger
0
r2315:d79ca54d
Fixing a few small things on Windows. * No os.environ['USER']. * get_home_dir() now first looks at %HOMESHARE% to get a UNC shared path if it exists. * Minor fixes for setupbase.py.
bgranger
0
r2314:7436d441
More work on the kernel.
Brian Granger
0
< 1 .. 2640 2641 2642 2643 2644 .. 2874 >