Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scitas-software-stacks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCITAS
Software stack
scitas-software-stacks
Merge requests
!3
Feat/stack pinot noir
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat/stack pinot noir
feat/stack_pinot_noir
into
main
Overview
0
Commits
88
Pipelines
43
Changes
27
Merged
Nicolas Richart
requested to merge
feat/stack_pinot_noir
into
main
7 months ago
Overview
0
Commits
88
Pipelines
43
Changes
27
Expand
0
0
Merge request reports
Viewing commit
808395d2
Prev
Next
Show latest version
27 files
+
1565
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
Search (e.g. *.vue) (Ctrl+P)
808395d2
Adding a stack to test gcc13
· 808395d2
Nicolas Richart
authored
7 months ago
stacks/pinot-noir-gcc13/templates/modules/group_restricted.lua
0 → 100644
+
10
−
0
Options
{
%
extends
"modules/modulefile.lua"
%
}
{
%
block
footer
%
}
-- Access is granted only to specific groups, most likely because the software is licensed
if
not
isDir
(
"{{ spec.prefix }}"
)
then
LmodError
(
"You don't have the necessary rights to run \"
{{
spec
.
name
}}
\
".\n\n"
,
"
\t
Please write an e-mail to 1234@epfl.ch if you need further information on how to get access to it.\n"
)
end
{
%
endblock
%
}
Loading