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
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
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
3 matches
Mail list logo