Category: Quick Start

Note: you need to sign into the Psychology cluster (neurocomp0) to run the following commands. Note: we’ll add more examples and adjust fairness rules after we add more resources to the “new” cluster. For SGE users, please have a quick …

Slurm Examples Read More »

Note: you need to sign into the Psychology cluster (new, neurocomp0) to run the following commands. 1) List available modules module avail 2) List loaded modules module list 3) Example – load a module module load python/anaconda3 4) Example – …

Using Environment Modules Read More »

Note: you need to sign into the Psychology cluster to run the following commands. 1) Check your home folder location echo $HOME cd; pwd 2) Check free disk space of all partitions df -h | egrep ‘(neurocomp|archive|dm-0)’ | awk ‘{print …

Shell Command Examples Read More »