Re: [Meep-discuss] Unable to output fields to HDF in MPI meep.

2008-07-14 Thread Jefferson Thomas
I made sure it is enabled. That is probably not the issue. Besides as I mentioned in my previous mail the structure output does work so it can not be a general problem with HDF output. To put it clear the difference is : f.output_hdf5(Dielectric, v.surroundings()); - works f.output_hdf5(Ez, v.su

Re: [Meep-discuss] Unable to output fields to HDF in MPI meep.

2008-07-12 Thread Steven G. Johnson
On Jul 6, 2008, at 9:52 PM, Jefferson Thomas wrote: > BUT, while running it in MPI mode, with 2 processors for example it > stucks always on creation of the ez-000150.00.h5 file. Like if > one node was waiting for the other and the program never finishes. Make sure your HDF5 library is compiled wi

[Meep-discuss] Unable to output fields to HDF in MPI meep.

2008-07-06 Thread Jefferson Thomas
Hi, I am having problems outputting fields like Ez, Hx etc. to HDF while running C++ meep in MPI. Here is a simple test program: // Test program starts #include #include using namespace meep; double eps(const vec &p) { return p.x()+p.y(); } int main(int argc, cha