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

Thu, 08 Nov 2018 11:43:27 +0100

parent f73b5d1a
No related branches found
No related tags found
No related merge requests found
Pipeline #5303 passed with warnings
#!/bin/bash
# vim: ai ts=2 sw=2 et sts=2 ft=sh
export LMOD_REDIRECT=yes
PWD="/home/easybuild/git/it4i-modules"
cd $PWD
......@@ -16,7 +15,7 @@ if hostname -f | grep -q "bullx"; then
ml --show-hidden -t --redirect avail 2>&1| awk '{print $1 ",1"}' | grep -v -e '/,\|:' | sort -u > anselm.csv
./modules.py > anselm.md
else
LMOD_REDIRECT=yes ml --show-hidden -t avail 2>&1 | awk '{print $1 ",2"}' | grep -v -e '/,\|:' | sort -u > salomon.csv
ml --show-hidden -t avail 2>&1 | 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