Hi, I'm slowly catching up on the list's emails... It looks like I should help in that thread but the problems described here are not clearly isolated. Perhaps it'd be good to ask questions one by one with more specific indications.
2011/5/9 DeFirence <[email protected]>: > I would also appreciate it if someone could let me know as to the exact > return value that source.dynamic's callback function should be returning, > at the moment I am returning a single source in an array, The list (array) is only useful to make it possible for the function to return nothing (no new source) or one source (the new source into which the source.dynamic() transforms). Returning two elements will be ignored (or may even result in an error), zero elements is fine if you don't want to change the source. The problem is probably somewhere else, maybe a bug with initialization/shutdown code for sources/outputs related to source.dynamic()... that operator is still quite experimental. I hope this helps. Don't hesitate to break this discussion into a new thread. -- David ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
