Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
88faf2ee
Commit
88faf2ee
authored
4 years ago
by
Anke Kreuzer
Browse files
Options
Downloads
Patches
Plain Diff
Added gomkl toolchain
parent
a2f46315
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Golden_Repo/g/gomkl/gomkl-2020.eb
+29
-0
29 additions, 0 deletions
Golden_Repo/g/gomkl/gomkl-2020.eb
Golden_Repo/i/imkl/imkl-2020.2.254-gompi-2020.eb
+33
-0
33 additions, 0 deletions
Golden_Repo/i/imkl/imkl-2020.2.254-gompi-2020.eb
with
62 additions
and
0 deletions
Golden_Repo/g/gomkl/gomkl-2020.eb
0 → 100644
+
29
−
0
View file @
88faf2ee
easyblock = "Toolchain"
name = 'gomkl'
version = '2020'
homepage = '(none)'
description = """GCC and GFortran based compiler toolchain, ParaStation MPICH variant for MPI support and MKL"""
site_contacts = 'sc@fz-juelich.de'
toolchain = SYSTEM
local_comp_name = 'GCC'
local_comp_version = '9.3.0'
local_comp = (local_comp_name, local_comp_version)
# toolchain used to build dependencies
local_comp_mpi_tc_name = 'gompi'
local_comp_mpi_tc_ver = version
local_comp_mpi_tc = (local_comp_mpi_tc_name, local_comp_mpi_tc_ver)
# compiler toolchain dependencies
dependencies = [
local_comp,
('OpenMPI', '4.1.0rc1', '', local_comp), # part of gompi toolchain
('imkl', '2020.2.254', '', local_comp_mpi_tc),
]
moduleclass = 'toolchain'
This diff is collapsed.
Click to expand it.
Golden_Repo/i/imkl/imkl-2020.2.254-gompi-2020.eb
0 → 100644
+
33
−
0
View file @
88faf2ee
name = 'imkl'
version = '2020.2.254'
homepage = 'http://software.intel.com/en-us/intel-mkl/'
description = """Intel Math Kernel Library is a library of highly optimized,
extensively threaded math routines for science, engineering, and financial
applications that require maximum performance. Core math functions include
BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math,
and more.
"""
site_contacts = 'sc@fz-juelich.de'
toolchain = {'version': '2020', 'name': 'gompi'}
sources = ['l_mkl_%(version)s.tgz']
dontcreateinstalldir = 'True'
postinstallcmds = [
# extract the examples
'tar xvzf %(installdir)s/mkl/examples/examples_cluster_c.tgz -C %(installdir)s/mkl/examples/',
'tar xvzf %(installdir)s/mkl/examples/examples_cluster_f.tgz -C %(installdir)s/mkl/examples/',
'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
]
modextravars = {
'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
}
moduleclass = 'numlib'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment