Is it okay for me git clone my code from github in the login nodes

In the slides for Introduction to High Performance Computing, It said " Do not run anything on the login node other than light file manipulation and compilation! Always submit to the compute nodes with Slurm."

Yes, that’s fine! We just don’t want computational loads on login.

1 Like