ornladios / ADIOS

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo
https://csmd.ornl.gov/adios
Other
54 stars 40 forks source link

flexpath parallel issue #149

Closed burlen closed 6 years ago

burlen commented 6 years ago

the code to reproduce is here

make issue_146

write side

$mpiexec -np 2 ./put test.bp FLEXPATH 10 2

read side

$mpiexec -np 2 ./get test.bp FLEXPATH

errors reported by read side.

returning unknown for: ffs_type: char [Z__dataset_b0_Parray_b1_Pnumber_bof_belements]
returning unknown for: ffs_type: char [Z__dataset_b1_Parray_b1_Pnumber_bof_belements]
ERROR: file not opened correctly.  var does not match format.
ERROR: file not opened correctly.  var does not match format.
eisenhauer commented 6 years ago

Flexpath changes have been pushed. The example doesn't quite work yet because it uses local arrays rather than global, but I have sent modified code for that.