Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SIONlib-DEEP-SEA
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cstao-public
SIONlib
SIONlib-DEEP-SEA
Commits
3e461f4b
Commit
3e461f4b
authored
1 year ago
by
Tom Ridley
Browse files
Options
Downloads
Patches
Plain Diff
Update SIONlib-DEEP-SEA-foss-2022a.eb
parent
c4a33de5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
SIONlib-DEEP-SEA-foss-2022a.eb
+34
-0
34 additions, 0 deletions
SIONlib-DEEP-SEA-foss-2022a.eb
with
34 additions
and
0 deletions
SIONlib-DEEP-SEA-foss-2022a.eb
+
34
−
0
View file @
3e461f4b
easyblock = "CMakeMake"
name = "SIONlib"
version = "DEV-TR-flush"
homepage = 'http://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/SIONlib/_node.html'
description = """SIONlib is a scalable I/O library for the parallel access to
task-local files. The library not only supports writing and reading
binary data to or from from several thousands of processors into a
single or a small number of physical files but also provides for
global open and close functions to access SIONlib file in
parallel. SIONlib provides different interfaces: parallel access using
MPI, OpenMP, or their combination and sequential access for
post-processing utilities.
"""
toolchain = {'name': 'foss', 'version': '2022a'}
builddependencies = [('CMake', '3.23.1')]
dependencies = [('SIONfwd', '1.0.1')]
configopts = ' -DCMAKE_SION_SIONFWD=1 '
source_urls = ['https://gitlab.jsc.fz-juelich.de/cstao-public/SIONlib/SIONlib/-/archive/%(version)s/']
sources = ['SIONlib-%(version)s.tar.gz']
sanity_check_paths = {
'files': [
"bin/sionconfig",
("lib64/libsion_common.a", "lib/libsion_mpi.a", "lib64/libsionmpi_64.a"),
],
'dirs': []
}
moduleclass = 'lib'
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