Skip to content

Commit

Permalink
Remove ADIOS1 from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Oct 30, 2024
1 parent c7be9ae commit c79e332
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions examples/13_write_dynamic_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ iteration_encoding = "group_based"
# The following is only relevant in read mode
defer_iteration_parsing = true
[adios1.dataset]
transform = "blosc:compressor=zlib,shuffle=bit,lvl=5;nometa"
[adios2.engine]
type = "bp4"
Expand Down
3 changes: 0 additions & 3 deletions examples/13_write_dynamic_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
# The following is only relevant in read mode
defer_iteration_parsing = true
[adios1.dataset]
transform = "blosc:compressor=zlib,shuffle=bit,lvl=5;nometa"
[adios2.engine]
type = "bp4"
Expand Down
5 changes: 0 additions & 5 deletions examples/7_extended_write_serial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ int main()
auto d = io::Dataset(dtype, io::Extent{2, 5});
std::string datasetConfig = R"END(
{
"adios1": {
"dataset": {
"transform": "blosc:compressor=zlib,shuffle=bit,lvl=1;nometa"
}
},
"adios2": {
"dataset": {
"operators": [
Expand Down
5 changes: 0 additions & 5 deletions examples/7_extended_write_serial.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@
# written to disk
d = Dataset(partial_mesh.dtype, extent=[2, 5])
dataset_config = {
"adios1": {
"dataset": {
"transform": "blosc:compressor=zlib,shuffle=bit,lvl=1;nometa"
}
},
"adios2": {
"dataset": {
"operators": [{
Expand Down

0 comments on commit c79e332

Please sign in to comment.