Skip to content

Commit

Permalink
update path according to docker installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Aug 15, 2024
1 parent 451b674 commit f152731
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-1d-SZ3.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"configuration": "--allow-run-as-root --oversubscribe"
},
"vol": {
"path": "opt/SZ3/installer/lib64"
"path": "/opt/SZ3/lib64"
},
"file-system": {
},
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-1d-ZFP.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"configuration": "--allow-run-as-root --oversubscribe"
},
"vol": {
"path": "opt/H5Z-ZFP/installer/plugin"
"path": "/opt/H5Z-ZFP/plugin"
},
"file-system": {
},
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-2d-SZ3.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"configuration": "--allow-run-as-root --oversubscribe"
},
"vol": {
"path": "opt/SZ3/installer/lib64"
"path": "/opt/SZ3/lib64"
},
"file-system": {
},
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-2d-ZFP.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"configuration": "--allow-run-as-root --oversubscribe"
},
"vol": {
"path": "opt/H5Z-ZFP/installer/plugin"
"path": "/opt/H5Z-ZFP/plugin"
},
"file-system": {
},
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-3d-SZ3.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"configuration": "--allow-run-as-root --oversubscribe"
},
"vol": {
"path": "opt/SZ3/installer/lib64"
"path": "/opt/SZ3/lib64"
},
"file-system": {
},
Expand Down
2 changes: 1 addition & 1 deletion samples/sync-write-read-chunked-3d-ZFP.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"configuration": "--allow-run-as-root --oversubscribe"
},
"vol": {
"path": "opt/H5Z-ZFP/installer/plugin"
"path": "/opt/H5Z-ZFP/plugin"
},
"file-system": {
},
Expand Down

0 comments on commit f152731

Please sign in to comment.