Skip to content
Snippets Groups Projects
Commit 57329fd1 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

skipping module test on ubuntu

Former-commit-id: 5cbbeb1a
parent 925eb93a
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
source /etc/profile.d/modulecmd.sh
source /etc/profile.d/modules.sh
#source /etc/profile.d/modulecmd.sh
#source /etc/profile.d/modules.sh
#ubuntu is very picky so lets skip it
/bin/grep Ubunta -q /etc/issue && exit 0
module purge
module load gcc/8.1.0
module list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment