Commit message Age Author Refs
r2332:b0d00259
Doh. Fixed minor typo in last commit.
Brian Granger
0
r2331:e0418cfd
Doing ipcluster stop on windows will now simply remove the .pid file.
Brian Granger
0
r2330:b6b91167
The cluster applications now have a working directory option.. The ipcontroller, ipengine and ipcluster application now have a working directory that is os.chdir'd to in the pre_construct stage. There is a corresponding --working-dir command line flag and Global.working_dir config attribute.
Brian Granger
0
r2329:bb270105
Fixing a few bugs in the unicode path changes.
Brian Granger
0
r2328:8303a108
Beginning to transition all paths, files, dirs over to unicode. In preparation for getting ready for Python 3, all filename, paths and dirs should be representated as unicode strings internally. I have begun to make this transition in the main applications (ipython/ipcontroller/ipengine/ipcluster).
Brian Granger
0
r2327:953d3f0b
Initial version of Win HPC job scehduler support.
bgranger
0
r2326:fbf121b5
Added components to manage jobs/tasks for Win HPC job scheduler.
Brian Granger
0
r2325:00a823ef
Fixing two bugs in the handling of paths and profiles. * If a user is using a profile, but doesn't have the subconfig installed we just pass silently. Before, we raised an IOError. * My new expand_path function had a stupid bug in it.
Brian Granger
0
r2324:811a55ae
Fixing subtle bug in expanduser(expandvars(path)) on Windows. On Windows, some paths can have the string $\ in them: \\server\users$\%username%. The "$" means it is a hidden share. Unfortunately, os.path.expandvars turns that into: \\server\users\%username% (it deletes the '$'). I have implemented a simple function (expand_path) that calls os.expanduser and os.expandvars in a way that preserves th '$' on Windows in this case.
Brian Granger
0
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
< 1 .. 2642 2643 2644 2645 2646 .. 2877 >