|
[Sponsors] |
July 5, 2011, 10:06 |
Previous version with git
|
#1 |
Senior Member
Join Date: Apr 2010
Posts: 151
Rep Power: 16 |
Dear forum,
Last week I had a good run with a ggi interface. I updated my version of 1.6-ext and when I run the same case again, I have the warning "Uncovered faces found. On master: 12 on slave: 14". The case gets disturbed on the ggi indeed. Could somebody explain me how to go back to a previous version. When I read the git manual, I find that I have to use the git-bisect command (http://www.kernel.org/pub/software/s...it-bisect.html), but I do not know what the name of the previous version is. I would like to do something like this: Code:
$ git bisect start $ git bisect bad $ git bisect good ??????? |
|
July 5, 2011, 10:40 |
|
#2 |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
I also have encountered the GGI bug you have. It looks as though someone has already reported it in the OF-extend bug tracking system:http://sourceforge.net/apps/mantisbt...view.php?id=75
You can retrieve the names of the commits from the OF-extend sourceforge site: http://openfoam-extend.git.sourcefor...-ext;a=summary Browse the code to find the potentially offending commit. Use the object name of commit with bisect. Alternatively, you could used "git show" to get the names of the most recent commits: http://www.kernel.org/pub/software/s...naming-commits Lastly, a possible fix for the problem may have been checked in a few hours ago - there were some GGI commits. I'm going to pull the new changes and try it again. Last edited by cnsidero; July 5, 2011 at 11:14. |
|
July 6, 2011, 23:43 |
|
#3 |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
flowris I'd thought I'd report that the ggi error was fixed in those latest commits. No surprise to see it was Hrv's commits so thanks to him.
|
|
July 7, 2011, 02:37 |
|
#4 |
Senior Member
Join Date: Apr 2010
Posts: 151
Rep Power: 16 |
OK, thanks to both of you. I've got things running again.
|
|
Tags |
bisect, ggi, git |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
paraview installation woes | vex | OpenFOAM Installation | 15 | January 30, 2011 08:11 |
[OpenFOAM] Problem with paraFoam on a linux-64 bit | bunni | ParaView | 4 | April 14, 2010 21:55 |
paraFoam reader for OpenFOAM 1.6 | smart | OpenFOAM Installation | 13 | November 16, 2009 22:41 |
Source packs and GIT version | jploz | OpenFOAM Installation | 0 | August 6, 2009 07:49 |
OpenFOAM Patched Version 1.5 via git Repository | OpenFOAM discussion board administrator | OpenFOAM Announcements from ESI-OpenCFD | 0 | August 26, 2008 06:06 |