Hello,

I have installed the following packages on my machine:

- meep-0.10.1 

- guile-1.8.3

- hdf5-1.6.6

- libctl-3.0.2

However, when I run the following example:
---------------------------
(set! geometry-lattice (make lattice (size 16 8 no-size)))

(set! geometry (list (make block (center 0 0) (size infinity 1 infinity)
(material (make dielectric (epsilon 12))))))

(set! source (list (make source (src (make continuous-src (frequency 0.15)))
(component Ez) (center -7 0))))

(set! pml-layers (list (make pml (thickness 1.0))))

(set! resolution 10)

(run-until 200 (at-beginning output-epsilon) (at-end output-efield-z)) 
---------------------------------------
 
I have the following as the output:

--------------------------------------
Initializing structure...

Working in 2D dimensions.

     block, center = (0,0,0)

          size (1e+20,1,1e+20)

          axes (1,0,0), (0,1,0), (0,0,1)

          dielectric constant epsilon = 12

time for set_epsilon = 0.0319071 s

-----------

creating output file "./test1-eps-000000.00.h5"...

meep: not compiled with HDF5, required for HDF5 output
-------------------------------------------
 
I have followed the instructions in this page when I installed HDF:
http://ab-initio.mit.edu/pipermail/meep-discuss/2006-November/000478.html

However, I still get the same error. Anybody knows how to fix this problem? 


Thank you,
Farzaneh

 



_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to