Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hpc-team
HPCasCode
11e1b0685938e78663cf1eb504c8226f823b6559
HPCasCode
CICD
tests
ComputeNodes
modules.sh
Find file
Normal view
Permalink
modules.sh
87 B
Newer
Older
Repo hotfix
Andreas Hamacher
committed
4 years ago
1
2
3
4
5
6
#!/bin/bash
module purge
module load gcc/8.1.0
module list
gcc
--version
|
grep
8.1.0