CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   [OpenFOAM.org] git pull and then what? Allwmake? (https://www.cfd-online.com/Forums/openfoam-installation/149826-git-pull-then-what-allwmake.html)

pruthvi1991 March 9, 2015 13:03

git pull and then what? Allwmake?
 
Hello all,

I have a clone of the OpenFOAM-2.3.X. repository. I did a
Code:

git pull
and it said that my repository is 138 commits behind master and that I need to commit some changes I did to bashrc and logAllwmake before I can merge with master. So I did a
Code:

git add -A
and a
Code:

git commit -m "<message>"
.

My question is, now that I have all the files should I run Allwmake? I already executed ./Allwmake in /opt/OpenFOAM/OpenFOAM-2.3.X./. Its been compiling for some time and now I'm terrified that I screwed up my OpenFOAM. I'm not sure if I can abort the process by ctrl-c.

Please tell me what to do. I'm terrified that I screwed up my installation.

Pruthvi.:(:(

wyldckat March 11, 2015 15:41

Hi Pruthvi,

Sorry for the late reply. But yes, you are meant to do "git pull" for getting the latest source code and then run Allwmake once again, so that the updated source code can be built once again.

Best regards,
Bruno


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