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

Thu, 08 Nov 2018 11:18:47 +0100

parent ff82621d
No related branches found
No related tags found
No related merge requests found
Pipeline #5300 passed with warnings
......@@ -16,7 +16,7 @@ if hostname -f | grep -q "bullx"; then
ml --show-hidden -t --redirect avail | awk '{print $1 ",1"}' | grep -v -e '/,\|:' | sort -u > anselm.csv
./modules.py > anselm.md
else
ml --show-hidden -t --redirect avail | awk '{print $1 ",2"}' | grep -v -e '/,\|:' | sort -u > salomon.csv
LMOD_REDIRECT=yes ml --show-hidden -t --redirect avail | awk '{print $1 ",2"}' | grep -v -e '/,\|:' | sort -u > salomon.csv
./modules.py > salomon.md
for resource in "/appsuv/modules,uv2000" "/apps/phi/modules,phi"
......
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