Warning during Comapilation

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
fdaryabor
Posts: 78
Joined: Wed Jan 02, 2008 3:15 pm
Location: University of Copenhagen

Warning during Comapilation

#1 Unread post by fdaryabor »

Dear All
During compilation I faced to following massage
mv a.out roms
make:warning: Clock skew detected. Your build may be incomplete.
I know by "make clean" for the other compiler can fix above massage, in the roms case is not correct.
is anybody know how can I solve this warning massage.
High appritiate
F.Daryabor

User avatar
robertson
Site Admin
Posts: 219
Joined: Wed Feb 26, 2003 3:12 pm
Location: IMCS, Rutgers University

Re: Warning during Comapilation

#2 Unread post by robertson »

This is usually due to your computer time clock not being synced with remote computer that is storing your source code. If you are in a Linux environment, look in to running ntpd on both/all machines to keep your clocks synced.

This warning can be ignored if you do make clean before make or use the build script WITHOUT the -noclean flag.

Post Reply