Page 1 of 1

changed dt

Posted: Mon Nov 03, 2008 10:08 am
by arb
I am running a simulation on many parallel machines and each of them calculates a voltage trace with a variable time step..
During this simulation my screen is filled with hundreds of "changed dt"..
Is there a way to get rid of that output??
Thank you,
Armin

Re: changed dt

Posted: Tue Nov 04, 2008 8:23 am
by ted
First thing to do is examine your program's source code--files that contain hoc or NMODL--for a statement that prints such a message. Then either comment out that statement, or redirect your program's stdout (and perhaps stderr) to a file.