Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
setup-enstools-compression-enviroment
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
Oriol.Tinto
setup-enstools-compression-enviroment
Commits
c005926d
Commit
c005926d
authored
2 years ago
by
Oriol Tintó
Browse files
Options
Downloads
Patches
Plain Diff
Compile filters for blosc and zfp
parent
70d941d2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dependencies/config.sh
+3
-0
3 additions, 0 deletions
dependencies/config.sh
dependencies/environment.sh
+9
-2
9 additions, 2 deletions
dependencies/environment.sh
with
12 additions
and
2 deletions
dependencies/config.sh
+
3
−
0
View file @
c005926d
...
@@ -2,7 +2,10 @@
...
@@ -2,7 +2,10 @@
HDF5_VERSION
=
1.13.1
HDF5_VERSION
=
1.13.1
SZ_VERSION
=
2.1.12.4
SZ_VERSION
=
2.1.12.4
ZFP_VERSION
=
0.5.5
ZFP_VERSION
=
0.5.5
H5Z_ZFP_VERSION
=
1.1.0
BLOSC_VERSION
=
1.21.0
BLOSC_VERSION
=
1.21.0
H5Z_BLOSC_VERSION
=
1.0.0
STD_COMPAT_VERSION
=
0.0.14
STD_COMPAT_VERSION
=
0.0.14
LIBPRESSIO_VERSION
=
0.83.0
LIBPRESSIO_VERSION
=
0.83.0
...
...
This diff is collapsed.
Click to expand it.
dependencies/environment.sh
+
9
−
2
View file @
c005926d
...
@@ -18,18 +18,25 @@ export std_compat_DIR
...
@@ -18,18 +18,25 @@ export std_compat_DIR
ZFP_DIR
=
${
INSTALLATION_DIR
}
/zfp/
${
ZFP_VERSION
}
ZFP_DIR
=
${
INSTALLATION_DIR
}
/zfp/
${
ZFP_VERSION
}
export
ZFP_DIR
export
ZFP_DIR
H5Z_ZFP_DIR
=
${
INSTALLATION_DIR
}
/h5z-zfp/
${
H5Z_ZFP_VERSION
}
export
H5Z_ZFP_DIR
H5Z_BLOSC_DIR
=
${
INSTALLATION_DIR
}
/h5z-blosc/
${
H5Z_BLOSC_VERSION
}
export
H5Z_BLOSC_DIR
BLOSC_DIR
=
${
INSTALLATION_DIR
}
/c-blosc/
${
BLOSC_VERSION
}
BLOSC_DIR
=
${
INSTALLATION_DIR
}
/c-blosc/
${
BLOSC_VERSION
}
export
BLOSC_DIR
export
BLOSC_DIR
LIBPRESSIO_DIR
=
${
INSTALLATION_DIR
}
/libpressio/
${
LIBPRESSIO_VERSION
}
LIBPRESSIO_DIR
=
${
INSTALLATION_DIR
}
/libpressio/
${
LIBPRESSIO_VERSION
}
export
LIBPRESSIO_DIR
# PLUGINS PATH!
# PLUGINS PATH!
export
HDF5_PLUGIN_PATH
=
${
SZ_DIR
}
/lib:
${
BLOSC_DIR
}
/lib:
${
ZFP_DIR
}
/
lib
:
${
HDF5_PLUGIN_PATH
:
=
""
}
export
HDF5_PLUGIN_PATH
=
${
SZ_DIR
}
/lib:
${
H5Z_
BLOSC_DIR
}
/lib:
${
H5Z_
ZFP_DIR
}
/
plugin
:
${
HDF5_PLUGIN_PATH
:
=
""
}
# LIBPRESSIO PYTHON
# LIBPRESSIO PYTHON
export
PYTHONPATH
=
${
LIBPRESSIO_DIR
}
/python:
${
PYTHONPATH
:
=
""
}
export
PYTHONPATH
=
${
LIBPRESSIO_DIR
}
/python:
${
PYTHONPATH
:
=
""
}
# ADD LIBRARIES TO LIBRARY_PATH
# ADD LIBRARIES TO LIBRARY_PATH
export
LIBRARY_PATH
=
${
LIBPRESSIO_DIR
}
/lib:
${
LIBRARY_PATH
:
=
""
}
export
LIBRARY_PATH
=
${
LIBPRESSIO_DIR
}
/lib:
${
LIBRARY_PATH
:
=
""
}
export
LD_LIBRARY_PATH
=
${
LIBPRESSIO_DIR
}
/lib:
${
ZFP_DIR
}
/lib:
${
SZ_DIR
}
/lib:
${
BLOSC_DIR
}
/lib:
${
LD_LIBRARY_PATH
:
=
""
}
export
LD_LIBRARY_PATH
=
${
LIBPRESSIO_DIR
}
/lib:
${
ZFP_DIR
}
/lib:
${
SZ_DIR
}
/lib:
${
BLOSC_DIR
}
/lib:
${
LD_LIBRARY_PATH
:
=
""
}
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