Skip to content
Snippets Groups Projects
modules.sh 237 B
Newer Older
Andreas Hamacher's avatar
Andreas Hamacher committed
#!/bin/bash
#source /etc/profile.d/modulecmd.sh
#source /etc/profile.d/modules.sh 
#ubuntu is very picky so lets skip it
/bin/grep Ubuntu -q /etc/issue && exit 0 
Andreas Hamacher's avatar
Andreas Hamacher committed
module purge
module load gcc/8.1.0
module list
gcc --version | grep 8.1.0