PARALLEL read option behavior

Issue #6 open
Russell Whitesides created an issue

README.IO states that PARALLEL=NONE is the default parallel option, however ReadParallel.cpp does not behave this way. The default behavior is READ_DELETE.

PARALLEL=NONE is also not supported through the ReadParallel interface. If nothing else, it would be nice for testing.

Using READ_DELETE through the iMeshP_loadAll function fails unless the moab:PARTITION option is included explicitly. It seems that PARTITION could be assumed if READ_DELETE, READ_PART, or BCAST_DELETE are specified.

Comments (1)

  1. Log in to comment