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

Tue, 14 Sep 2021 09:01:36 +0200

parent c91f7651
No related branches found
No related tags found
No related merge requests found
Pipeline #22123 failed
......@@ -64,7 +64,7 @@ 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
ml --show-hidden -t av 2>&1 | awk '{print $1 ",64"}' | grep -v -e '/,\|:' | sort -u > karolina.csv
./modules.py > karolina.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