Helpful Resources
ANTLR
- ANTLR Home (links to ANTLRWorks)
- ANTLR 4 Documentation (including lexer and parser rules)
- Java Runtime API
Subversion
Open MPI
- Cluster head hostname:
memviz.memphis.edu
- You can connect to the head node using an SSH client. For example,
on Windows, there's PuTTY or
SSHSecureShell.
On Linux or OSX, you'll want to use the
ssh
command from the Terminal. - Recall that the command line is a bash shell.
- Open MPI version 1.5 documentation
- Open MPI Tutorial
- Some MPI example programs from class that you can get from SVN: https://utopia.cs.memphis.edu/course/comp4040-2013fall/examples/mpi-examples/
Racket
- Racket Website/Downloads
- DrRacket is the programming environment (with interactive interpreter)
- Quick: An Introduction to Racket with Pictures
- The Racket Guide