CS240A: Spring 2005, Help me!
Cluster2
- Put the line "source /cluster/home/viral/root/etc/cs240a.sh " in your .cshrc file in your home directory.
- If you are running Fortran, pass the "-i_dynamic" compiler flag to prevent linktime errors. (Thanks, Harvey)
- Launch jobs with "qsub -lnodes=np ". Other useful PBS commands are "qselect", "qdel" and "tracejob".
- For C with openmp, use "icc -openmp -i_dynamic"
- ifc does not currently work with openmp on cluster2. Use datastar until compilers are updated.
SDSC machines
- In your .cshrc, append "source ~ux454232/etc/cs240a.sh"
- C compiler: cc
- MPICC: mpcc
- Fortran compiler: f90
MIT Beowulf
- In your .cshrc, append "source ~viral/etc/cs240a.sh"
- CHANGE YOUR PASSWORD USING "yppasswd"
- Setup password-less logging into all nodes
- Logout of your reservation after running a Matlab*P session. Do all your editing on the head node of beowulf, and do a new "getresv" everytime to run your jobs. This will ensure there are enough processors available for everyone to run their jobs. Please do not idle reservations.
AHPCRC (Minnesota) Cray X1
Language Documentation
MPI:
OpenMP:
UPC:
- Tutorial: Parry Husbands's UPC talk [ppt] [pdf]
- UPC Manual [pdf]
- UPC Language Specification [pdf]
- Cray C and C++ Reference Manual [pdf]
Co-Array Fortran:
Matlab*P:
Computing Resources