Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RateML-HPC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
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
Meta-optimization
RateML-HPC
Compare revisions
196b150d62ea1ae54b956bb7c1d986023dc3be5c to e817feb8fe8c5997af5f2fca2184d5d41e5ebaba
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
meta-optimization/rateml-hpc
Select target project
No results found
e817feb8fe8c5997af5f2fca2184d5d41e5ebaba
Select Git revision
Branches
main
Swap
Target
meta-optimization/rateml-hpc
Select target project
meta-optimization/rateml-hpc
1 result
196b150d62ea1ae54b956bb7c1d986023dc3be5c
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
removed old
· 042f3ce6
Michiel van der Vlag
authored
2 years ago
and
Administrator
committed
2 years ago
042f3ce6
add setup.sh
· e817feb8
Michiel van der Vlag
authored
2 years ago
and
Administrator
committed
2 years ago
e817feb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+12
-0
12 additions, 0 deletions
setup.sh
with
12 additions
and
0 deletions
setup.sh
0 → 100644
View file @
e817feb8
#!/usr/bin/env bash
git clone
-b
rateml_ebrains_fix
--single-branch
-v
https://github.com/the-virtual-brain/tvb-root.git
$PROJECT
/
$USER
/tvb-root
ml Stages/2022 GCCcore/.11.2.0
ml PyCUDA/2021.1
ml SciPy-Stack
ml numba
export
PYTHONPATH
=
$PYTHONPATH
:
$PROJECT
/
$USER
/tvb-root/tvb_library
pip
install
tqdm
--user
pip
install
tvb-data
--user
\ No newline at end of file
This diff is collapsed.
Click to expand it.