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

wmake bugs - has modification time 2.5e+08 s in the future

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By wyldckat

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 27, 2014, 08:24
Default wmake bugs - has modification time 2.5e+08 s in the future
  #1
New Member
 
rezanobakht
Join Date: Sep 2014
Posts: 4
Rep Power: 11
rezanobakht is on a distinguished road
Hi
When Im going to do wmake for a new solver, this massage is displayed ''
make: Warning: File `/home/reza/OpenFOAM/OpenFOAM-1.6 ext/wmake/rules/linuxGcc48/c++Opt' has modification time 2.5e+08 s in the future Making dependency list for source file MRFSimpleFoam.C
''
what should I do?
thanks
rezanobakht is offline   Reply With Quote

Old   September 28, 2014, 10:04
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
Greetings rezanobakht and welcome to the forum!

For some reason your machine is using a date far back in the past, which is why the compiler is complaining about the file being defined as being created in the future.

Try running the following commands:
Code:
wcleanAll
find ./ | xargs touch
The first one will remove the files that have already been partially been built; the second one will change the dates of all of the files on the current folder to have today's date and time.

Best regards,
Bruno
alainislas likes this.
__________________
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
Physical Reason for stability of Implicit Schemes? radhakrishnan Main CFD Forum 26 October 3, 2023 22:05
Multiple floating objects CKH OpenFOAM Running, Solving & CFD 14 February 20, 2019 09:08
Micro Scale Pore, icoFoam gooya_kabir OpenFOAM Running, Solving & CFD 2 November 2, 2013 13:58
AMI interDyMFoam for mixer nu problem danny123 OpenFOAM Programming & Development 8 September 6, 2013 02:34
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 bookie56 OpenFOAM Installation 8 August 13, 2011 04:03


All times are GMT -4. The time now is 04:41.