On Wed, 14 Feb 2007, Pascual Muñoz Muñoz wrote:
I am using meep in a cluster, and when I try to compile including a call
to the function 'everyone_close' (as described in the C++ reference) I get:
I think this function was removed at some point, but the C++ reference
wasn't updated. Or wait, what C++ reference are you talking about?
For outputting large arrays of numbers, the best thing is to use HDF5
files.
For outputting smaller lists of numbers or other output as text, the best
thing is to just do it from one processor:
if (am_master()) {
/* use ordinary C or C++ file I/O routines,
like fopen, fprintf, fclose, >>, etc. */
}
The master_printf function is just an ordinary printf that only executes
on the am_master() process.
steven
_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss