trying to make openfoam template #60509
-
|
hello everyone openfoam is a cfd toolbox and to compile it first:
first I made a template for Openfoam-v2512 but when sourcing the and here is the template (it has alot of echo and ls for debugging): I made another template for openfoam-13 but when I try to make the you might also notice that I download the sources with wget and that is because I have some problems when letting it use the defualt do_fetch() and do_extract() functions |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I fixed it by adding an |
Beta Was this translation helpful? Give feedback.
I fixed it by adding an
exit 0if the source command did not wor:source ./etc/bashrc || exit 0