Skip to content

Commit 5d30767

Browse files
committed
Fix solution too
1 parent 7dbb50d commit 5d30767

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

solutions/ex5.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ pdi:
1414
data: # values for which PDI does not keep a copy
1515
main_field: { type: array, subtype: double, size: [ '$dsize[0]', '$dsize[1]' ] }
1616
plugins:
17-
trace: ~
17+
trace:
18+
logging: { pattern: '[PDI][%n-plugin] *** %l: %v' }
1819
decl_hdf5:
1920
- file: ex5-meta${pcoord[0]}x${pcoord[1]}.h5
2021
write: [ dsize, psize ]

0 commit comments

Comments
 (0)