Skip to content
Snippets Groups Projects
Commit f2005563 authored by Easy Build's avatar Easy Build
Browse files

Wed, 18 Sep 2019 07:42:57 +0200

parent ce874d66
No related branches found
No related tags found
No related merge requests found
Pipeline #8811 passed
...@@ -52,6 +52,9 @@ elif [ "$CLUSTER" == "SALOMON" ]; then ...@@ -52,6 +52,9 @@ elif [ "$CLUSTER" == "SALOMON" ]; then
./modules.py > "$FILENAME".md ./modules.py > "$FILENAME".md
done done
elif [ "$CLUSTER" == "DGX" ]; then
ml --show-hidden -t av 2>&1 | awk '{print $1 ",2"}' | grep -v -e '/,\|:' | sort -u > dgx.csv
./modules.py > dgx.md
fi fi
DATE=$(date -R) 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