Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 2b8d6de

Browse files
authored
Update Jureca configurations : (#166)
- use 2018 stack because intel mpi 2019 causes deadlock on booster - install python 2.7.15 from source for bluepyopt and cython - use intel-mkl for numpy installation - remove some buildable false for concretiser
1 parent 6baa2e8 commit 2b8d6de

6 files changed

Lines changed: 23 additions & 31 deletions

File tree

sysconfig/jureca-booster/compilers.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ compilers:
2929
environment: {}
3030
extra_rpaths: []
3131
flags: {}
32-
modules:
33-
- Architecture/KNL
34-
- Intel
32+
modules: []
3533
operating_system: centos7
3634
paths:
3735
cc: /usr/local/software/jurecabooster/Stages/2018a/software/icc/2018.2.199-GCC-5.5.0/compilers_and_libraries_2018.2.199/linux/bin/intel64/icc

sysconfig/jureca-booster/modules.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ modules:
2222
- CMAKE_PREFIX_PATH
2323
tcl:
2424
all:
25+
autoload: 'all'
2526
suffixes:
2627
'+profile': 'profile'
2728
'^coreneuron+knl': 'knl'
@@ -32,6 +33,8 @@ modules:
3233
whitelist:
3334
- 'neurodamus'
3435
- 'neuron'
36+
- 'python'
37+
- 'py-bluepyopt'
3538
blacklist:
3639
- '%gcc'
3740
- '%intel'

sysconfig/jureca-booster/packages.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,25 @@ packages:
3535
[email protected]: /usr/local/software/jurecabooster/Stages/2018a/software/impi/2018.2.199-iccifort-2018.2.199-GCC-5.5.0/intel64
3636
version: [5.5.0]
3737
buildable: False
38+
intel-mkl:
39+
paths:
40+
[email protected]: /usr/local/software/jurecabooster/Stages/2018a/software/imkl/2018.2.199-ipsmpi-2018a/
41+
version: [2018.2.199]
42+
buildable: False
3843
m4:
3944
paths:
4045
4146
buildable: False
4247
version: [1.4.16]
48+
openssl:
49+
paths:
50+
openssl@system: /usr
4351
pkg-config:
4452
paths:
4553
46-
buildable: False
4754
version: [0.29.1]
4855
python:
49-
paths:
50-
[email protected]: /usr/local/software/jurecabooster/Stages/2018a/software/Python/2.7.14-GCCcore-5.5.0
51-
version: [2.7.14]
52-
buildable: False
56+
version: [2.7.15]
5357
zlib:
5458
version: [1.2.8]
5559
all:

sysconfig/jureca-cluster/compilers.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
compilers:
2-
- compiler:
3-
environment: {}
4-
extra_rpaths: []
5-
flags: {}
6-
modules:
7-
- Architecture/Haswell
8-
- GCC/5.5.0
9-
operating_system: centos7
10-
paths:
11-
cc: /usr/local/software/jureca/Stages/2018a/software/GCCcore/5.5.0/bin/gcc
12-
cxx: /usr/local/software/jureca/Stages/2018a/software/GCCcore/5.5.0/bin/g++
13-
f77: /usr/local/software/jureca/Stages/2018a/software/GCCcore/5.5.0/bin/gfortran
14-
fc: /usr/local/software/jureca/Stages/2018a/software/GCCcore/5.5.0/bin/gfortran
15-
16-
target: x86_64
172
- compiler:
183
environment: {}
194
extra_rpaths: []
@@ -31,9 +16,7 @@ compilers:
3116
environment: {}
3217
extra_rpaths: []
3318
flags: {}
34-
modules:
35-
- Architecture/Haswell
36-
- Intel
19+
modules: []
3720
operating_system: centos7
3821
paths:
3922
cc: /usr/local/software/jureca/Stages/2018a/software/icc/2018.2.199-GCC-5.5.0/compilers_and_libraries_2018.2.199/linux/bin/intel64/icc

sysconfig/jureca-cluster/modules.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ modules:
2222
- CMAKE_PREFIX_PATH
2323
tcl:
2424
all:
25+
autoload: 'all'
2526
suffixes:
2627
'+profile': 'profile'
2728
'^coreneuron+knl': 'knl'
@@ -32,6 +33,8 @@ modules:
3233
whitelist:
3334
- 'neurodamus'
3435
- 'neuron'
36+
- 'python'
37+
- 'py-bluepyopt'
3538
blacklist:
3639
- '%gcc'
3740
- '%intel'

sysconfig/jureca-cluster/packages.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ packages:
3232
[email protected]: /usr/local/software/jureca/Stages/2018a/software/impi/2018.2.199-iccifort-2018.2.199-GCC-5.5.0/intel64
3333
version: [5.5.0]
3434
buildable: False
35+
intel-mkl:
36+
paths:
37+
[email protected]: /usr/local/software/jurecabooster/Stages/2018a/software/imkl/2018.2.199-ipsmpi-2018a
38+
version: [2018.2.199]
39+
buildable: False
3540
m4:
3641
paths:
3742
@@ -43,13 +48,9 @@ packages:
4348
pkg-config:
4449
paths:
4550
46-
buildable: False
4751
version: [0.29.1]
4852
python:
49-
paths:
50-
[email protected]: /usr/local/software/jureca/Stages/2018a/software/Python/2.7.14-GCCcore-5.5.0
51-
version: [2.7.14]
52-
buildable: False
53+
version: [2.7.15]
5354
zlib:
5455
version: [1.2.8]
5556
all:

0 commit comments

Comments
 (0)