On Nov 10, 2008, at 1:55 PM, Steven G. Johnson wrote:
> if (IF_EXCLUSIVE(am_master(), 1)) {
Actually, I think that should be:
if (IF_EXCLUSIVE(am_master(), parallel || am_master()) {
Even with parallel-HDF5, only the master process should write if !
parallel (i.e. if the file was opened in serial-access mode).
_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

