Commit 9280bdb7 authored by pracht's avatar pracht
Browse files

Update setup script

parent b2feed72
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ if [ ! -f "$modules" ]; then
fi

# Load the modules
while read -r MODULE; do
cat "$modules" | while read -r MODULE; do
    module load $MODULE
done < "$modules"
 No newline at end of file
    echo "Loaded module $MODULE"
done
 No newline at end of file