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