Skip to content
Snippets Groups Projects
modules.sh 87 B
Newer Older
Andreas Hamacher's avatar
Andreas Hamacher committed
#!/bin/bash
module purge
module load gcc/8.1.0
module list
gcc --version | grep 8.1.0