Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Özgür Ozan Sen
ogs
Commits
35e2e30b
Verified
Commit
35e2e30b
authored
1 year ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[eve] Updated to toolchain 2022b.
Serial config working.
parent
65554013
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/env/eve/cli.sh
+4
-9
4 additions, 9 deletions
scripts/env/eve/cli.sh
with
4 additions
and
9 deletions
scripts/env/eve/cli.sh
+
4
−
9
View file @
35e2e30b
if
[
!
-f
~/.easybuild-yes
]
;
then
export
CMAKE_BUILD_PARALLEL_LEVEL
=
"
${
CMAKE_BUILD_PARALLEL_LEVEL
:-
8
}
"
echo
"ERROR: Easybuild modules not enabled but required!
\n
"
echo
"Run 'touch ~/.easybuild-yes' and re-login to enable."
echo
"For more details see:
\n
https://www.opengeosys.org/docs/devguide/advanced/working-on-eve"
return
1
fi
module use /global/apps/modulefiles
module use /global/apps/modulefiles
module load foss/202
0
b
module load foss/202
2
b
module load cmake/3.22.4-1
module load cmake/3.22.4-1
module load Ninja/1.1
0
.1
module load Ninja/1.1
1
.1
# Tools
# Tools
module load ccache/3.3.3
module load ccache/3.3.3
module load git-lfs
module load git-lfs
module load Python/3.
8.6
module load Python/3.
10.8
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