Skip to content

Commit

Permalink
Update startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xweichu authored Dec 20, 2019
1 parent 0be1bf8 commit 9214589
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion skyhookdmpy/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ pkill screen
sleep 1
screen -d -m dask-scheduler --host localhost
screen -d -m dask-worker localhost:8786 --nthreads 20
echo "SkyhookDM started!"
ps -C dask-scheduler >/dev/null && echo "dask-scheduler is running." || echo "ERROR:dask-scheduler is not running!"
ps -C dask-worker >/dev/null && echo "dask-worker is running." || echo "ERROR:dask-worker is not running!"
echo "Done!"

0 comments on commit 9214589

Please sign in to comment.