Skip to content
Snippets Groups Projects
Commit ffd52541 authored by easybuild's avatar easybuild
Browse files

Tue, 14 Sep 2021 08:42:37 +0200

parent 5c962d71
No related branches found
No related tags found
No related merge requests found
Pipeline #22118 failed
......@@ -63,6 +63,9 @@ elif [ "$CLUSTER" == "DGX" ]; then
elif [ "$CLUSTER" == "BARBORA" ]; then
ml --show-hidden -t av 2>&1 | awk '{print $1 ",32"}' | grep -v -e '/,\|:' | sort -u > barbora.csv
./modules.py > barbora.md
elif [ "$CLUSTER" == "KAROLINA" ]; then
ml --show-hidden -t av 2>&1 | awk '{print $1 ",32"}' | grep -v -e '/,\|:' | sort -u > karolina.csv
./modules.py > karolina.md
fi
DATE=$(date -R)
......
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