Clock Skew

NMODL and the Channel Builder.
Post Reply
davidfourie

Clock Skew

Post by davidfourie »

when running the compiler on my NMODL code I get the following warning.

Code: Select all

pmt
make: warning:  Clock skew detected.  Your build may be incomplete.

nrnmech.dll was built successfully.
Press Return key to exit
the channel functions well in the model, does anyone know what this could indicate?
hines
Site Admin
Posts: 1713
Joined: Wed May 18, 2005 3:32 pm

Post by hines »

either your file timestamps or your computer clock is wrong. The clock skew
warning generally means that if you compiled a c file, the resultant .o file would stil be earlier than the c file.
Post Reply