CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   How to recompile OpenFoam: Allwmake error (https://www.cfd-online.com/Forums/openfoam-solving/225317-how-recompile-openfoam-allwmake-error.html)

Selinus March 23, 2020 02:26

How to recompile OpenFoam: Allwmake error
 
Hi everyone,
I need to recompile OpenFoam but trying to run Allwmake I got this error:


asus@asus-K53SV:/opt/openfoam5$ ./Allwmake
Allwmake /opt/openfoam5
./Allwmake: 22: ./Allwmake: make: not found
asus@asus-K53SV:/opt/openfoam5$



Can anyone explain me how to use, step by step, Allwmake?


Thank you so much.

ErenC March 25, 2020 15:45

https://www.cfd-online.com/Forums/op...d-mhdfoam.html

Well, It can be little confusing because I wasn't even sure wheter I was using 18.06 or OF6 back than. But this thread will help you. thanks to Dr. Teschner I was able to pull it off.

alexeym March 26, 2020 04:08

Hi,

wmake utility is a (let's call it this way) wrapper around GNU make utility. So error

Code:

./Allwmake: 22: ./Allwmake: make: not found
Suggests that you do not have make installed. Since it is Ubuntu, you can install it with

Code:

sudo apt install make
Maybe you need certain additional packages to be able to develop with OpenFOAM (see https://openfoam.com/documentation/s...quirements.php).

Quote:

Originally Posted by Selinus (Post 762525)
Hi everyone,
I need to recompile OpenFoam but trying to run Allwmake I got this error:


asus@asus-K53SV:/opt/openfoam5$ ./Allwmake
Allwmake /opt/openfoam5
./Allwmake: 22: ./Allwmake: make: not found
asus@asus-K53SV:/opt/openfoam5$



Can anyone explain me how to use, step by step, Allwmake?


Thank you so much.



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