diff --git a/p/ParMETIS/ParMETIS-4.0.3-gompi-2017c.eb b/p/ParMETIS/ParMETIS-4.0.3-gompi-2017c.eb new file mode 100644 index 00000000..d1080b2c --- /dev/null +++ b/p/ParMETIS/ParMETIS-4.0.3-gompi-2017c.eb @@ -0,0 +1,24 @@ +# IT4Innovations + +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': 'gompi', 'version': '2017c'} +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.13.1', '', True)] + +moduleclass = 'math' diff --git a/p/ParMETIS/ParMETIS-4.0.3-intel-2017a.eb b/p/ParMETIS/ParMETIS-4.0.3-intel-2017a.eb index 1077c393..83e2c833 100644 --- a/p/ParMETIS/ParMETIS-4.0.3-intel-2017a.eb +++ b/p/ParMETIS/ParMETIS-4.0.3-intel-2017a.eb @@ -1,3 +1,5 @@ +# IT4Innovations 2019 + name = 'ParMETIS' version = '4.0.3' @@ -17,6 +19,6 @@ source_urls = [ ] sources = [SOURCELOWER_TAR_GZ] -builddependencies = [('CMake', '3.7.2')] +builddependencies = [('CMake', '3.13.1', '', True)] moduleclass = 'math'