Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sdpa #955

Merged
merged 6 commits into from Jul 8, 2014
Merged

Sdpa #955

Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 20 additions & 0 deletions easybuild/easyconfigs/c/CMake/CMake-2.8.12-ictce-6.2.5.eb
@@ -0,0 +1,20 @@
name = 'CMake'
version = '2.8.12'

homepage = 'http://www.cmake.org'
description = """CMake, the cross-platform, open-source build system.
CMake is a family of tools designed to build, test and package software."""

toolchain = {'name': 'ictce', 'version': '6.2.5'}

source_urls = ['http://www.cmake.org/files/v%(version_major_minor)s']
sources = [SOURCELOWER_TAR_GZ]

dependencies = [('ncurses', '5.9')]

sanity_check_paths = {
'files': ["bin/%s" % x for x in ['cmake', 'cpack', 'ctest']],
'dirs': [],
}

moduleclass = 'devel'
22 changes: 22 additions & 0 deletions easybuild/easyconfigs/m/MUMPS/MUMPS-4.10.0-ictce-6.2.5-parmetis.eb
@@ -0,0 +1,22 @@
name = 'MUMPS'
version = '4.10.0'
versionsuffix = '-parmetis'

homepage = 'http://graal.ens-lyon.fr/MUMPS/'
description = "A parallel sparse direct solver"

toolchain = {'name': 'ictce', 'version': '6.2.5'}
toolchainopts = {'pic': True, 'usempi': True}

source_urls = ['http://mumps.enseeiht.fr/']
sources = ['%(name)s_%(version)s.tar.gz']

dependencies = [
('SCOTCH', '6.0.0_esmumps'),
('ParMETIS', '3.2.0'),
]

parallel = 1
makeopts = 'all'

moduleclass = 'math'
15 changes: 15 additions & 0 deletions easybuild/easyconfigs/n/ncurses/ncurses-5.9-ictce-6.2.5.eb
@@ -0,0 +1,15 @@
name = 'ncurses'
version = '5.9'

homepage = 'http://www.gnu.org/software/ncurses/'
description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0,
and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and
function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses."""

toolchain = {'name': 'ictce', 'version': '6.2.5'}
toolchainopts = {'optarch': True, 'pic': True}

source_urls = [GNU_SOURCE]
sources = [SOURCE_TAR_GZ]

moduleclass = 'devel'
22 changes: 22 additions & 0 deletions easybuild/easyconfigs/p/ParMETIS/ParMETIS-3.2.0-ictce-6.2.5.eb
@@ -0,0 +1,22 @@
name = 'ParMETIS'
version = '3.2.0'

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': 'ictce', 'version': '6.2.5'}
toolchainopts = {'optarch': True, '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 = ['ParMetis-%(version)s.tar.gz']

builddependencies = [('CMake', '2.8.12')]

moduleclass = 'math'
14 changes: 14 additions & 0 deletions easybuild/easyconfigs/s/SCOTCH/SCOTCH-6.0.0_esmumps-ictce-6.2.5.eb
@@ -0,0 +1,14 @@
name = 'SCOTCH'
version = '6.0.0_esmumps'

homepage = 'http://www.labri.fr/perso/pelegrin/scotch/'
description = """Software package and libraries for sequential and parallel graph partitioning,
static mapping, and sparse matrix block ordering, and sequential mesh and hypergraph partitioning."""

toolchain = {'name': 'ictce', 'version': '6.2.5'}
toolchainopts = {'pic': True}

source_urls = ['https://gforge.inria.fr/frs/download.php/31832/']
sources = ['%(namelower)s_%(version)s.tar.gz']

moduleclass = 'math'
25 changes: 25 additions & 0 deletions easybuild/easyconfigs/s/SDPA/SDPA-7.3.8-ictce-6.2.5.eb
@@ -0,0 +1,25 @@
name = 'SDPA'
version = '7.3.8'

homepage = 'http://sdpa.sourceforge.net'
description = """SDPA is one of the most efficient and stable software packages
for solving SDPs based on the primal-dual interior-point method."""

toolchain = {'name': 'ictce', 'version': '6.2.5'}
toolchainopts = {'optarch': True, 'pic': True, 'usempi': True}

sources = ['%(namelower)s_%(version)s.tar.gz']
source_urls = [SOURCEFORGE_SOURCE]

dependencies = [('MUMPS', '4.10.0', '-parmetis')]

configopts = ' --with-blas="$LIBBLAS_MT" --with-lapack="$LIBLAPACK_MT"'
configopts += ' --with-mumps-libs="-ldmumps -lmumps_common -lpord -lparmetis -lmetis'
configopts += ' -lesmumps -lptscotch -lscotcherr -lscotch -lifcore $LIBSCALAPACK"'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parallel build fails for me, so add a parallel = 1 in here


sanity_check_paths = {
'files': ['bin/sdpa', 'lib/libsdpa.a'],
'dirs': []
}

moduleclass = 'math'