Locked History Actions

Diff for "BaseSoftware"

Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2012-09-24 22:56:09
Size: 299
Editor: akrevl
Comment:
Revision 15 as of 2013-02-20 22:01:13
Size: 1336
Editor: akrevl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Base software ==

 * Libraries:
  * Graphviz (http://www.graphviz.org)
 * Utilities:
  * p7zip (http://p7zip.sourceforge.net/)
    * p7zip from EPEL does NOT include RAR support which we need
    * Use RPMs from /afs/cs/group/infolab/software
  * iperf (http://sourceforge.net/projects/iperf/)
  * fio (http://freecode.com/projects/fio)
  * ganglia-gmond
Line 4: Line 15:
  * scipy
  * numpy
  * matplotlib
  * networkX
  * nltk
 * Java
 * R-project (statistics)
 
  * Nose ()
  * Pyyaml (http://pyyaml.org/)
  * Numpy (http://www.numpy.org/)
  * Scipy (http://www.scipy.org/)
  * !BeautifulSoup (http://www.crummy.com/software/BeautifulSoup/)
  * Matplotlib (http://matplotlib.org/)
  * NetworkX (http://networkx.github.com/)
  * Nltk (http://nltk.org/)
  * Pygraphviz (http://networkx.lanl.gov/pygraphviz/)
Line 13: Line 25:
pylab
multiprocessing
argparse
elementtree
pyQt
scikit-learn
sqlite3
BeautifulSoup
mechanize
virtualenv
sip
QtCreator
  * Cvxopt (http://abel.ee.ucla.edu/cvxopt/)
  * Scikit-learn (http://scikit-learn.org/stable/)
 * Oracle Java (http://www.oracle.com/technetwork/java/index.html)
  * ant (http://ant.apache.org/)
  * Apache Maven (http://maven.apache.org/)
 * R-project (http://www.r-project.org/)
 * Matlab (http://www.mathworks.com/products/matlab/)

== User assignments ==

 * sudo users:
  * akrevl, rok, jure

== Kernel parameters for big memory machines ==

{{{
#/etc/sysctl.conf

vm.overcommit_ratio = 100
vm.overcommit_memory = 2
}}}

Stuff that should be running on every server...

Base software

User assignments

  • sudo users:
    • akrevl, rok, jure

Kernel parameters for big memory machines

#/etc/sysctl.conf

vm.overcommit_ratio = 100
vm.overcommit_memory = 2