Data transfer between your local computer and the cluster can be done using scp, rsync or FileZilla, etc.
To connect to the cluster using FileZilla, the “Host” should be the cluster head node, and the “Port” should be 22.
Data transfer between your local computer and the cluster can be done using scp, rsync or FileZilla, etc.
To connect to the cluster using FileZilla, the “Host” should be the cluster head node, and the “Port” should be 22.
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 $6, "\t", $4}'
3) Check Slurm info
sinfo
squeue