Re: Suppress output of epsilon.h5 in MPB?

"Steven G. Johnson" <[email protected]> Thu, 3 Apr 2014 22:42:36 -0400
Newsgroups gmane.comp.science.photonic-bands
Message-ID <[email protected]>
Yes, just add

	(set! output-epsilon (lambda () (print "skipping output-epsilon\n")))

before your (run ...) statement.


On Apr 3, 2014, at 8:13 PM, Jordan Goldstein wrote:

> It would be useful for when you want to perform a sweep and don't care about epsilon.h5. Outputting this file is often the most time-consuming part of a simulation. Is there a way to do this?
> 
> Thanks!
> ---Jordan