On Oct 22, 2014, at 2:48 PM, Seufzer, William J. (LARC-D307) <[email protected]> wrote:
> After attempting to save a VTK formatted file while running on a cluster... I > now see in the FAQ that the VTKCellViewer must have a display. I'm not saying this is wrong, but where did you find this? I don't find any such discussion in our FAQ (and I'm the most likely one to have written it). > This is not possible running in parallel on a queued cluster. Assuming this restriction is accurate, it may stem from our use of tvtk. This made sense at the time, but is an issue when trying to build a stack on anaconda, for instance. It would be better, I think, if we used PyVTK. > I have also attempted to dump (pickle) cell variables, but a post processing > single core script is unable to read the dump file (tried a few months ago, > forgot the error). Looking back at your post from August, I think Daniel fixed this issue http://thread.gmane.org/gmane.comp.python.fipy/3550/focus=3562 Currently available (and waiting for me to merge) here: https://github.com/wd15/fipy/tree/issue412-pickle_comm Can you try again? > Could you suggest a work-around for getting 3D cell data into Mayavi -AFTER- > my fipy code has run? As I commented when you posted a few months ago, I *really* need to finish up my Xdmf branch. It's quite out of sync with current development, but it should be largely self contained and visible at https://github.com/usnistgov/fipy/tree/xdmf/fipy/io/xdmf. It might only work for Grid3D. _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
