Install SLURM binaries into the container to prevent any linux distribution dependency on the distribution used on the HPC cluster Install all R packages needed for the RStudio IDE integration into a site library Singularity recipe Appropriate singularity recipes can be found for CentOS 7 Rocky Linux...
On the compute node: Remove the existing Nvidia kernel module: # modprobe -r nvidia nvidia_uvm Reload the systemd units: systemctl daemon-reload Build and load the new kernel module: systemctl restart cuda-driver If the old Nvidia Kernel module is still loading, you may need to...
Step 2: Edit the SLURM template to add new partition(s) Use your editor of choice (ie. vi, vim, Nano, VSCode remote, etc) to edit the “slurm.txt” template file: cp slurm.txt slurm-part.txtvim slurm-part.txt The template file nodearray is the CC config...
sidenote- All of these work on port 22. So if any of these don't work, try allowing the port. On Ubuntu that's done bysudo ufw allow 22 tmux tmux has a lot of use cases, but I've predominantly used them to run lengthy scripts on a remote server when not always in session. You...