Skip to content

Instantly share code, notes, and snippets.

View JureCerar's full-sized avatar

Jure Cerar JureCerar

View GitHub Profile
@JureCerar
JureCerar / mpif.md
Last active November 24, 2023 17:59
Fortran MPI cheat sheet
@JureCerar
JureCerar / oproda.md
Last active January 24, 2020 06:30
Nvidia GPU installation on OLD computer running CentOS or RHEL

Nvidia GPU installation on OLD computer running CentOS/RHEL

Prepare your CentOS/RHEL machine by updating your system, installing EPEL, installing kernel headers, and installing CUDA drivers.

Update and Reboot

Update the entire system and reboot to activate the latest kernel.

sudo yum update
sudo reboot

EPEL & DKMS