Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Praetorius, Simon
dune-easybuild
Commits
3970506a
Commit
3970506a
authored
Aug 16, 2018
by
Praetorius, Simon
Browse files
easyconfig files compatible with easybuild repository
parent
fdade70f
Changes
5
Hide whitespace changes
Inline
Side-by-side
external/Eigen-3.3.5-GCCcore-6.4.0.eb
View file @
3970506a
...
...
@@ -11,7 +11,7 @@ sources = ['%(version)s.tar.bz2']
source_urls = [BITBUCKET_SOURCE]
dependencies = [
('CMake', '3.11.
4'
),
('CMake', '3.11.
1', '', ('GCCcore','6.4.0')
),
]
easyblock = 'CMakeMake'
...
...
external/ParMETIS-4.0.3-intel-2018a.eb
0 → 100644
View file @
3970506a
name = 'ParMETIS'
version = '4.0.3'
homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning
unstructured graphs, meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the
functionality provided by METIS and includes routines that are especially suited for parallel AMR computations and
large scale numerical simulations. The algorithms implemented in ParMETIS are based on the parallel multilevel k-way
graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning schemes."""
toolchain = {'name': 'foss', 'version': '2018a'}
toolchainopts = {'usempi': True, 'pic': True}
source_urls = [
'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
]
sources = [SOURCELOWER_TAR_GZ]
builddependencies = [('CMake', '3.11.1','',('GCCcore', '6.4.0'))]
moduleclass = 'math'
external/SuperLU-5.2.1-foss-2018a.eb
View file @
3970506a
...
...
@@ -13,7 +13,7 @@ sources = ["superlu_%(version)s.tar.gz"]
checksums = ['28fb66d6107ee66248d5cf508c79de03d0621852a0ddeba7301801d3d859f463']
builddependencies = [
('CMake', '3.11.
4
', '', ('GCCcore','6.4.0'))
('CMake', '3.11.
1
', '', ('GCCcore','6.4.0'))
]
easyblock = 'CMakeMake'
configopts = '-DCMAKE_BUILD_TYPE=Release'
...
...
external/SuperLU_DIST-5.4.0-foss-2018a.eb
View file @
3970506a
...
...
@@ -14,7 +14,7 @@ sources = ["superlu_dist_%(version)s.tar.gz"]
checksums = ['2be9be0fc6985237f13e34017147227d1d3cafa8da345121d6318a2a6ab620f9']
builddependencies = [
('CMake', '3.11.
4
', '', ('GCCcore','6.4.0')),
('CMake', '3.11.
1
', '', ('GCCcore','6.4.0')),
('ParMETIS', '4.0.3'),
]
easyblock = 'CMakeMake'
...
...
modules/dune-common-2.6.0-foss-2018a.eb
View file @
3970506a
...
...
@@ -10,7 +10,7 @@ sources = ['https://gitlab.dune-project.org/core/%(namelower)s/-/archive/v%(vers
checksums = ['c3adbc9d2e8cdf2bbb7217698023ab443ea7c132a41442efa2e3d1b4bc086aa2']
dependencies = [
('CMake', '3.11.
4
', '', ('GCCcore','6.4.0')),
('CMake', '3.11.
1
', '', ('GCCcore','6.4.0')),
('SuiteSparse', '5.1.2', '-METIS-5.1.0'),
('ParMETIS', '4.0.3'),
('GMP', '6.1.2', '', ('GCCcore','6.4.0')),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment