CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

make: Clock skew detected. build may be incomplete. while compiling new solver.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 23, 2017, 02:34
Default make: Clock skew detected. build may be incomplete. while compiling new solver.
  #1
New Member
 
Savita Mane
Join Date: Mar 2017
Posts: 4
Rep Power: 9
savee is on a distinguished road
I am trying to compile the new solver by copying the original solver on work station. I am integrating paralution library with that solver. But, when I compile it using wmake command , I am getting the error like..

-----------------------------------------------------------------------------------------------------------------------------
make: Warning: File `linux64IccDPOpt/options' has modification time 12 s in the future
make: warning: Clock skew detected. Your build may be incomplete.
make: Warning: File `Make/linux64IccDPOpt/dependencyFiles' has modification time 11 s in the future
Making dependency list for source file c1simpleFoam.C
make: warning: Clock skew detected. Your build may be incomplete.
make: Warning: File `c1simpleFoam.dep' has modification time 11 s in the future

SOURCE=c1simpleFoam.C ; icpc -std=c++0x -Dlinux64 -DWM_DP -wd327,654,819,1125,1476,1505,1572 -O2 -no-prec-div -DNoRepository -I/opt/app/OpenFOAM/OpenFOAM-2.2.1/src/turbulenceModels -pg -I/opt/app/OpenFOAM/OpenFOAM-2.2.1/src/turbulenceModels/incompressible/RAS/RASModel -pg -I/opt/app/OpenFOAM/OpenFOAM-2.2.1/src/transportModels -pg -I/opt/app/OpenFOAM/OpenFOAM-2.2.1/src/transportModels/incompressible/singlePhaseTransportModel -pg -I/opt/app/OpenFOAM/OpenFOAM-2.2.1/src/finiteVolume/lnInclude -pg -I/opt/app/OpenFOAM/OpenFOAM-2.2.1/src/meshTools/lnInclude -pg -I/opt/app/OpenFOAM/OpenFOAM-2.2.1/src/fvOptions/lnInclude -pg -I/opt/app/OpenFOAM/OpenFOAM-2.2.1/src/sampling/lnInclude -pg -I/home/internal/cfd/vinayas/paralution-1.1.0/build/inc -pg -I/home/internal/cfd/vinayas/paralution-1.1.0/build/inc/base -pg -I/usr/local/cuda-5.5/include -pg -IlnInclude -I. -I/opt/app/OpenFOAM/OpenFOAM-2.2.1/src/OpenFOAM/lnInclude -I/opt/app/OpenFOAM/OpenFOAM-2.2.1/src/OSspecific/POSIX/lnInclude -fPIC -c $SOURCE -o Make/linux64IccDPOpt/c1simpleFoam.o

-lincompressibleTurbulenceModel -pg -lincompressibleRASModels -pg -lincompressibleTransportModels -pg -lfiniteVolume -pg -lmeshTools -pg -lfvOptions -pg -lsampling -pg -lOpenFOAM -pg -fopenmp -pg -L/home/internal/cfd/vinayas/paralution-1.1.0/build/lib -pg -lparalution -pg -L/usr/local/cuda-5.5/lib64 -pg -L/usr/local/cuda-5.5/lib -pg /home/internal/cfd/vinayas/paralution-1.1.0/build/lib/libparalution.so -pg /usr/local/cuda-5.5/lib64/libcublas.so -pg -lOpenFOAM -ldl -L/lib -lm -o /home/internal/cfd/vinayas/OpenFOAM/vinayas-2.2.1/platforms/linux64IccDPOpt/bin/c1simpleFoam

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

How can I resolve this problem?? Any idea??
savee is offline   Reply With Quote

Old   May 27, 2017, 06:23
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quick answer: Interesting, the error is only by 10-12s into the future. I guess that waiting 15 seconds and then trying again doesn't solve the problem?

You can try running following commands inside the folder of your custom solver:
Code:
wclean all
find -type f | xargs touch
wmake all
The command in the middle with update the file times to the current clock date-time and should solve the problem with the files that came from the future .
__________________
wyldckat is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Divergence detected in AMG solver Mina_Mbg FLUENT 5 May 9, 2018 04:04
Divergence detected in AMG solver: pressure correction CMICT FLUENT 4 June 14, 2016 12:08
Building from Source on Windows using Cygwin64 ericthefatguy SU2 2 May 12, 2015 18:23
user subroutine error CFDUSER CFX 2 December 9, 2006 06:31
user defined function cfduser CFX 0 April 29, 2006 10:58


All times are GMT -4. The time now is 14:21.