changed dt

Anything that doesn't fit elsewhere.
Post Reply
arb
Posts: 19
Joined: Mon Jul 02, 2007 6:18 am
Location: Humboldt-University, Berlin

changed dt

Post 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
ted
Site Admin
Posts: 6389
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: changed dt

Post 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.
Post Reply