This article refers to the research computing cluster designed for high-performance computational research. If you are interested in high-speed networking support or storage related to research, please take a look at this article for more information.
What is the CRUG Cluster?
One of the goals of Carleton’s Computational Research Users Group is to create a shared, powerful, and expandable computation cluster that is usable by as many of our users as possible and funded by grants and faculty startup funds. Our users include faculty and students from all departments, and their needs are diverse.
...
The system is designed to take advantage of the Slurm workload manager. We expect that the majority of the jobs will take advantage of multiple cores through some type of parallel processing. 95% of our needs seem to be embarrassingly parallel. Users “ssh” into command.dmz.carleton.edu and submit Slurm jobs through the linux command line. If you want to use the system to handle R jobs, specific documentation can be found here. An example of using Slurm can found at https://wiki.carleton.edu/pages/viewpage.action?pageId=57837534. Some useful Slurm commands can be found at https://wiki.carleton.edu/display/carl/Useful+Slurm+commands.
To run a job on command:
...
Submit your code to the compute nodes using a command such as srun or sbatch (for examples, see https://wiki.carleton.edu/pages/viewpage.action?pageId=57837534 ).
Note: command and all of the compute nodes share the same network based file system.
...