Regarding need for re-compilation #381
-
|
I am trying to run simulation of jet flow. For that I created the boundary conditions in the Case-Generic.f90 file itself. Now do I need to recompile the library (as mentioned on the Installation page of the documentation)? IF yes, do I need to recompile every time I add a file to the src directory? |
Beta Was this translation helpful? Give feedback.
Answered by
pbartholomew08
Aug 28, 2025
Replies: 1 comment 1 reply
-
|
Hello, yes, Xcompact3d is a Fortran program, any changes to the source will require recompilation. Only the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tambeyash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, yes, Xcompact3d is a Fortran program, any changes to the source will require recompilation. Only the
input.i3dfiles are read at runtime (so changes to these do not require recompiling the code).