Mercurial > hg > dml-home
changeset 77:438611cb6e79
start ipcluster with system
author | daniel |
---|---|
date | Tue, 12 Apr 2016 15:53:44 +0100 |
parents | 11e07aa6ffae |
children | 5d56ccfa6210 |
files | .boot |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.boot Mon Oct 05 00:52:43 2015 +0100 +++ b/.boot Tue Apr 12 15:53:44 2016 +0100 @@ -4,5 +4,7 @@ cd $HOME startx 1>/dev/null 2> ~/var/log/startx.log & TERM=xterm-color DISPLAY=:0.0 screen -U -d -m -h 5000 +#daniel: we now use this to start ipcluster with 25 cores :) +(cd ~/src/hg/dml-cliopatria/dml-cla/python/ && exec ipcluster start -n 15 > ~/var/log/ipcluster_log.txt &) echo "Exiting user boot script for $(whoami)"