![]() |
|||
![]() |
|||
|
|||
Introduction to the PSFC cluster |
|||
Computer Services |
A low-frill introduction to the cluster and its environment
1. mailing list everyone is subscribed to the engaging1-users@mit.edu mailing list 2. login ssh -l username eofe7.mit.edu /home/username - working space for source code, scripts,hand-edited files etc.. 4. software module avail 5. scheduler SLURM squeue -a 2. what nodes are temporarily reserved for specific users sinfo -T 3. what is running in the default short test queue squeue -p sched_any_quicktest 4. what nodes are in a particular "partition" sinfo -p sched_neu_cooperman Note nodes that have been temporarily allocated to dedicated 1. launch an interactive session e.g. on one node with 16 cores salloc -N 1 -n 16 -p sched_mit_hill--time=1:00:00 --exclusive 2. ask for a node with a GPU resource salloc --gres=gpu:1 -N 1 -n 16 -p sched_mit_hill --time=1:00:00 --exclusive 3. batch job running something cat <
6. useful tutorials http://www.tchpc.tcd.ie/node/74 7. base OS - RHEL/Centos 7 |
||
|