Skip to content
Snippets Groups Projects
Commit 4ddbe4a9 authored by easybuild_it4i's avatar easybuild_it4i
Browse files

Update get_modules.sh

parent ced65b21
No related branches found
No related tags found
No related merge requests found
Pipeline #9637 failed
......@@ -61,7 +61,7 @@ elif [ "$CLUSTER" == "DGX" ]; then
ml --show-hidden -t av 2>&1 | awk '{print $1 ",16"}' | grep -v -e '/,\|:' | sort -u > dgx.csv
./modules.py > dgx.md
elif [ "$CLUSTER" == "BARBORA" ]; then
ml --show-hidden -t av 2>&1 | awk '{print $1 ",16"}' | grep -v -e '/,\|:' | sort -u > barbora.csv
ml --show-hidden -t av 2>&1 | awk '{print $1 ",32"}' | grep -v -e '/,\|:' | sort -u > barbora.csv
./modules.py > barbora.md
fi
......
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