# HG changeset patch # User daniel # Date 1460472824 -3600 # Node ID 438611cb6e79bcc1b2345f5021a5810aabbbdc80 # Parent 11e07aa6ffaec90312f75ce0890002bb2524eaf2 start ipcluster with system diff -r 11e07aa6ffae -r 438611cb6e79 .boot --- 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)"