Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
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
Klaus Noelp
ebrains-spack-builds
Compare revisions
master to efaad2eda63a3ff7c9c6a7bc70a800b321baea5b
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
noelp/ebrains-spack-builds
Select target project
No results found
efaad2eda63a3ff7c9c6a7bc70a800b321baea5b
Select Git revision
Swap
Target
ri/tech-hub/platform/esd/ebrains-spack-builds
Select target project
rshimoura/ebrains-spack-builds
hl11/ebrains-spack-builds
filippomarchetti/ebrains-spack-builds
jkaiser/ebrains-spack-builds
dsegebarth/ebrains-spack-builds
kozlov/ebrains-spack-builds
dsegebarth/ebrains-spack-builds-na-3
ziaee/ebrains-spack-builds
hjorth/ebrains-spack-builds-sept-2024
ansimsek/ebrains-spack-builds
lupoc/ebrains-spack-builds
hartmut/ebrains-spack-builds
ri/tech-hub/platform/esd/ebrains-spack-builds
lcalori0/ebrains-spack-builds
deepu/ebrains-spack-builds
noelp/ebrains-spack-builds
16 results
master
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Build at JSC the v0.1 + hotfix version of EBRAINS tools
· efaad2ed
Athanasios Karmas
authored
3 years ago
that is currently installed at CSCS
efaad2ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
create_JupyterLab_kernel.sh
+4
-4
4 additions, 4 deletions
create_JupyterLab_kernel.sh
spack.yaml
+3
-8
3 additions, 8 deletions
spack.yaml
with
7 additions
and
12 deletions
create_JupyterLab_kernel.sh
View file @
efaad2ed
...
...
@@ -51,12 +51,12 @@ python -m ipykernel_launcher -f \$@
EOF
chmod
+x
$LAB_KERNEL_PATH
/bin/env.sh
# create the new kernel's configuration file
mkdir
$LAB_KERNEL_PATH
/spack_python_kernel_release_2021
12
cat
<<
EOF
>
$LAB_KERNEL_PATH
/spack_python_kernel_release_2021
12
/kernel.json
mkdir
$LAB_KERNEL_PATH
/spack_python_kernel_release_2021
0930
cat
<<
EOF
>
$LAB_KERNEL_PATH
/spack_python_kernel_release_2021
0930
/kernel.json
{
"argv": ["
$LAB_KERNEL_PATH
/bin/env.sh", "{connection_file}", "--profile=default"],
"display_name": "EBRAINS_release_v0.
2
_2021
12
",
"name": "spack_python_kernel_release_2021
12
",
"display_name": "EBRAINS_release_v0.
1
_2021
09
",
"name": "spack_python_kernel_release_2021
0930
",
"language": "python"
}
EOF
This diff is collapsed.
Click to expand it.
spack.yaml
View file @
efaad2ed
...
...
@@ -20,7 +20,7 @@ spack:
-
nest@3.0 +python +gsl +mpi %gcc@10.3.0
-
arbor +mpi ^python@3:3.9 %gcc@10.3.0
-
neuron +mpi %gcc@10.3.0
-
py-pynn@0.9.
6
%gcc@10.3.0
-
py-pynn@0.9.
5
%gcc@10.3.0
-
tvb-data %gcc@10.3.0
-
tvb-library ^binutils+ld+gold %gcc@10.3.0
-
tvb-storage ^binutils+ld+gold %gcc@10.3.0
...
...
@@ -28,10 +28,5 @@ spack:
-
py-formencode %gcc@10.3.0
-
tvb-framework ^binutils+ld+gold %gcc@10.3.0
-
meta-brainscales %gcc@10.3.0
-
pynn-brainscales@2.0-rc1 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock %gcc@10.3.0
#- py-lfpy@2.2.3 %gcc@10.3.0
# demo for codejam12
-
funniest1022 %gcc@10.3.0
# NRP
-
py-torch~mkldnn~cuda~cudnn~onnx_ml~rocm~tensorpipe~mpi~distributed ^protobuf@:3.17.999 %gcc@10.3.0
concretization
:
together
-
pynn-brainscales@1.0-rc2 ^log4cxx@0.10.0 ^googletest@1.11.0:+gmock %gcc@10.3.0
concretization
:
together
This diff is collapsed.
Click to expand it.