Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
ThirdParty-common
Commits
09428646
Commit
09428646
authored
Dec 14, 2016
by
mark
Browse files
COMP: provide patch for ADIOS 1.11.0, when reading available transformations
parent
c838cae6
Changes
3
Hide whitespace changes
Inline
Side-by-side
etc/patches/ADIOS-1.11.0
0 → 100644
View file @
09428646
--- ADIOS-1.11.0/src/core/adios_transform_methods.c.orig 2016-11-17 19:46:11.000000000 +0100
+++ ADIOS-1.11.0/src/core/adios_transform_methods.c 2016-12-14 15:19:39.870832445 +0100
@@ -7,6 +7,9 @@
ADIOS_AVAILABLE_TRANSFORM_METHODS * adios_available_transform_methods()
{
+ /* Ensure the transforms are initialized before accessing */
+ adios_transform_read_init();
+
int i, n;
n = 0;
for (i = (int)adios_transform_none; i < num_adios_transform_types; i++) {
etc/patches/adios-1.11.0
0 → 120000
View file @
09428646
ADIOS-1.11.0
\ No newline at end of file
makeADIOS
View file @
09428646
...
...
@@ -284,6 +284,8 @@ then
export
GIT_DIR
=
$ADIOS_SOURCE_DIR
/.git
applyPatch
$adiosPACKAGE
$ADIOS_SOURCE_DIR
# Remove any existing build folder and recreate
rm
-rf
$ADIOS_ARCH_DIR
rm
-rf
$buildDIR
2>/dev/null
...
...
@@ -329,6 +331,8 @@ else
export
GIT_DIR
=
$ADIOS_SOURCE_DIR
/.git
applyPatch
$adiosPACKAGE
$ADIOS_SOURCE_DIR
# Remove any existing build folder and recreate
rm
-rf
$ADIOS_ARCH_DIR
rm
-rf
$buildDIR
2>/dev/null
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment