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

Thu, 08 Nov 2018 11:19:42 +0100

parent dd7ec0d6
No related branches found
No related tags found
No related merge requests found
Pipeline #5301 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
LMOD_REDIRECT=yes ml --show-hidden -t --redirect avail | awk '{print $1 ",2"}' | grep -v -e '/,\|:' | sort -u > salomon.csv
LMOD_REDIRECT=yes ml --show-hidden -t 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