|
[Sponsors] |
make: Clock skew detected. build may be incomplete. while compiling new solver. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 23, 2017, 03:34 |
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 |
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?? |
|
May 27, 2017, 07:23 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
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
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Divergence detected in AMG solver | Mina_Mbg | FLUENT | 5 | May 9, 2018 05:04 |
Divergence detected in AMG solver: pressure correction | CMICT | FLUENT | 4 | June 14, 2016 13:08 |
Building from Source on Windows using Cygwin64 | ericthefatguy | SU2 | 2 | May 12, 2015 19:23 |
user subroutine error | CFDUSER | CFX | 2 | December 9, 2006 07:31 |
user defined function | cfduser | CFX | 0 | April 29, 2006 11:58 |