Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
it4i-modules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
it4i-modules
Commits
cf1c1f61
"...resources-allocation-policy.md" did not exist on "b834a65c057cad6c7467ae28c087a6c3d31dae2e"
Commit
cf1c1f61
authored
6 years ago
by
easybuild
Browse files
Options
Downloads
Patches
Plain Diff
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
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
get_modules.sh
+1
-2
1 addition, 2 deletions
get_modules.sh
with
1 addition
and
2 deletions
get_modules.sh
+
1
−
2
View file @
cf1c1f61
#!/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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment