annotate .boot @ 100:a4cd935561d4
dml-dockerised tip
small updates and version pin for cliopatria
author |
wolffd <wolffd.mail@googlemail.com> |
date |
Fri, 29 Jun 2018 17:48:41 +0100 |
parents |
438611cb6e79 |
children |
|
rev |
line source |
samer@2
|
1 #/bin/sh
|
samer@2
|
2 echo "Running user boot script as user $(whoami) in $HOME"
|
samer@2
|
3 echo "Path is: $PATH"
|
samer@2
|
4 cd $HOME
|
samer@2
|
5 startx 1>/dev/null 2> ~/var/log/startx.log &
|
samer@2
|
6 TERM=xterm-color DISPLAY=:0.0 screen -U -d -m -h 5000
|
daniel@77
|
7 #daniel: we now use this to start ipcluster with 25 cores :)
|
daniel@77
|
8 (cd ~/src/hg/dml-cliopatria/dml-cla/python/ && exec ipcluster start -n 15 > ~/var/log/ipcluster_log.txt &)
|
samer@2
|
9 echo "Exiting user boot script for $(whoami)"
|
samer@2
|
10
|