Monthly Archives: February 2013

LSF cluster commands

From Wikipedia, Load Sharing Facility (or simply LSF) is a commercial computer software, job scheduler sold by Platform Computing. It can be used to execute batch jobs on networked Unix. Here is a summary of some commands I’ve been using. … Continue reading

Posted in Computer Science | Tagged | Leave a comment

Python: pip installation

References: http://www.pip-installer.org/en/latest/installing.html The installation of pip depends on your system. For instance under ubuntu it is as easy as sudo apt-get install python-pipsudo apt-get install python-pip Another way to install it if you are familiar with virtualenv tool consists in … Continue reading

Posted in Linux, Python | Tagged , | Leave a comment