Tools: Difference between revisions

From csml-wiki.northwestern.edu
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
=== Analysis tools ===
=== Data analysis tools ===


Computer simulations involve the use of a set of analysis tools. Here, we share notes and ideas on programs commonly used in the CSML.
Computer simulations involve the use of a set of analysis tools. Here, we share notes and ideas on programs commonly used in the CSML.
Line 6: Line 6:
* [[Generic Analyzer]]
* [[Generic Analyzer]]
* [[Gnuplot]]
* [[Gnuplot]]

=== Programming ===
* [[Compiler notes]]
* [[Programming notes]]


=== Document processing ===
=== Document processing ===
Line 20: Line 24:
=== UNIX ===
=== UNIX ===
* [http://www.linuxproblem.org/art_9.html Password-less login via ssh]
* [http://www.linuxproblem.org/art_9.html Password-less login via ssh]
* [[Compiler notes]]
* [[Programming notes]]
* [[Command-line interface on Linux/UNIX]]
* [[Command-line interface on Linux/UNIX]]

Revision as of 09:35, 25 October 2014

Data analysis tools

Computer simulations involve the use of a set of analysis tools. Here, we share notes and ideas on programs commonly used in the CSML.

Programming

Document processing

Ideally, we prepare manuscripts in LaTeX. Occasionally, especially when collaborating with other research groups, it may be necessary to work in Microsoft Word.

Job submission and scheduling

UNIX