A short orientation to the Cluster and what Tufts HPC is and is not
Many new users only know about Windows or Macs and the associated environment available. Often the mind set and expectations are not exactly aligned with the linux/unix typical experience as found at most High Performance computing facilities.
High Performance Computing(HPC) refers to the means of providing massive computing resources for tasks that are not suitable for desktops, laptops, iPads and portable devices. The Tufts Cluster is designed in a typical research cluster sense for resource scalability, redundancy and consistency with other HPC centers. Compute resources are shared amongst users and access to compute nodes are allocated by a job scheduling program that provides different levels of service.
The Tufts cluster does not support the following:
- MicroSoft Excel, Word processing, MicroSoft Access, MicroSoft compilers
- Web access, for example there is no Web interface for you to visit to use the cluster
- desktop integration: The cluster does not see any local devices on your computer such as printers,etc...
- Adobe products
- XDM logins and X11 Desktops(various graphical interfaces to the operating system)
- remote desktops
- MicroSoft Compute Cluster
- email services
- web servers, or web development projects
The Tufts cluster does support the following:
- RedHat linux via a variety of command line environments know as shells(bash, csh, tcsh,...)
- public domain research codes written in C, C++, fortran, python, Perl, Java
- various compilers such as gnu C, C++, Portland compilers, Intel Compilers, python, Perl, Java, lisp
- popular commercial software packages such as Matlab, Ansys, Abaqus, Mathematica, Maple, Comsol, TecPLot, and others
- parallel computation involving several approaches: threads, MPI, GPU
- distributed computing tasks via Platform LSF job scheduler
- high performance network attached storage
- file transfer/connections programs using protocols: ssh, scp, sftp
- interactive and batch access to programs
- X11 graphics and forwarding for remote connections(compute on the cluster and view on your desktop)