Skip to content

Commit

Permalink
Update Jureca configurations : (#166)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
pramodk authored Jan 6, 2019
1 parent 6baa2e8 commit 2b8d6de
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 31 deletions.
4 changes: 1 addition & 3 deletions sysconfig/jureca-booster/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ compilers:
environment: {}
extra_rpaths: []
flags: {}
modules:
- Architecture/KNL
- Intel
modules: []
operating_system: centos7
paths:
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
Expand Down
3 changes: 3 additions & 0 deletions sysconfig/jureca-booster/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ modules:
- CMAKE_PREFIX_PATH
tcl:
all:
autoload: 'all'
suffixes:
'+profile': 'profile'
'^coreneuron+knl': 'knl'
Expand All @@ -32,6 +33,8 @@ modules:
whitelist:
- 'neurodamus'
- 'neuron'
- 'python'
- 'py-bluepyopt'
blacklist:
- '%gcc'
- '%intel'
Expand Down
14 changes: 9 additions & 5 deletions sysconfig/jureca-booster/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,25 @@ packages:
[email protected]: /usr/local/software/jurecabooster/Stages/2018a/software/impi/2018.2.199-iccifort-2018.2.199-GCC-5.5.0/intel64
version: [5.5.0]
buildable: False
intel-mkl:
paths:
[email protected]: /usr/local/software/jurecabooster/Stages/2018a/software/imkl/2018.2.199-ipsmpi-2018a/
version: [2018.2.199]
buildable: False
m4:
paths:
[email protected]: /usr
buildable: False
version: [1.4.16]
openssl:
paths:
openssl@system: /usr
pkg-config:
paths:
[email protected]: /usr
buildable: False
version: [0.29.1]
python:
paths:
[email protected]: /usr/local/software/jurecabooster/Stages/2018a/software/Python/2.7.14-GCCcore-5.5.0
version: [2.7.14]
buildable: False
version: [2.7.15]
zlib:
version: [1.2.8]
all:
Expand Down
19 changes: 1 addition & 18 deletions sysconfig/jureca-cluster/compilers.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
compilers:
- compiler:
environment: {}
extra_rpaths: []
flags: {}
modules:
- Architecture/Haswell
- GCC/5.5.0
operating_system: centos7
paths:
cc: /usr/local/software/jureca/Stages/2018a/software/GCCcore/5.5.0/bin/gcc
cxx: /usr/local/software/jureca/Stages/2018a/software/GCCcore/5.5.0/bin/g++
f77: /usr/local/software/jureca/Stages/2018a/software/GCCcore/5.5.0/bin/gfortran
fc: /usr/local/software/jureca/Stages/2018a/software/GCCcore/5.5.0/bin/gfortran
spec: [email protected]
target: x86_64
- compiler:
environment: {}
extra_rpaths: []
Expand All @@ -31,9 +16,7 @@ compilers:
environment: {}
extra_rpaths: []
flags: {}
modules:
- Architecture/Haswell
- Intel
modules: []
operating_system: centos7
paths:
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
Expand Down
3 changes: 3 additions & 0 deletions sysconfig/jureca-cluster/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ modules:
- CMAKE_PREFIX_PATH
tcl:
all:
autoload: 'all'
suffixes:
'+profile': 'profile'
'^coreneuron+knl': 'knl'
Expand All @@ -32,6 +33,8 @@ modules:
whitelist:
- 'neurodamus'
- 'neuron'
- 'python'
- 'py-bluepyopt'
blacklist:
- '%gcc'
- '%intel'
Expand Down
11 changes: 6 additions & 5 deletions sysconfig/jureca-cluster/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ packages:
[email protected]: /usr/local/software/jureca/Stages/2018a/software/impi/2018.2.199-iccifort-2018.2.199-GCC-5.5.0/intel64
version: [5.5.0]
buildable: False
intel-mkl:
paths:
[email protected]: /usr/local/software/jurecabooster/Stages/2018a/software/imkl/2018.2.199-ipsmpi-2018a
version: [2018.2.199]
buildable: False
m4:
paths:
[email protected]: /usr
Expand All @@ -43,13 +48,9 @@ packages:
pkg-config:
paths:
[email protected]: /usr
buildable: False
version: [0.29.1]
python:
paths:
[email protected]: /usr/local/software/jureca/Stages/2018a/software/Python/2.7.14-GCCcore-5.5.0
version: [2.7.14]
buildable: False
version: [2.7.15]
zlib:
version: [1.2.8]
all:
Expand Down

0 comments on commit 2b8d6de

Please sign in to comment.