Error in compiling dafoam-v3.0.6 #454
Replies: 5 comments 11 replies
-
error.txt |
Beta Was this translation helpful? Give feedback.
-
v3.0.6 has a dependency update. So you need to recompile the ADR and ADF versions of OpenFOAM. Check: https://github.com/mdolab/dafoam/releases/tag/v3.0.6 |
Beta Was this translation helpful? Give feedback.
-
hmm.. the log does not really say a lot about what causes the issue. Which versions of OpenFOAM and DAFoam did you use? And which versions you are trying to update to? |
Beta Was this translation helpful? Give feedback.
-
Not sure what caused this issue. However, we did update the dependencies (CoDiPack and MeDiPack) for OpenFOAM-v1812-AD in 3.0.6. We managed to compile it on our HPC without a problem.. |
Beta Was this translation helpful? Give feedback.
-
You need to update all dependencies... All things need to be compiled with the same version of intel compilers. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I originally had dafoam v3.0.3 and all dependencies installed for this version from the online documentation on my Ubuntu system.
I want to install dafoam v3.0.6 side by side with v3.0.3. So I downloaded the source file, changed the Make file in $DAFOAM_ROOT/adjoint/Make/files_* so that the executables are created in $DAFOAM_ROOT/OpenFOAM/sharedLibs_v2 and similarly for sharedBins_v2.
The original version compiled without any errors. When i source the ADR mode of OpenFOAM and compiled DAFoam, I was met with these errors
Seems like something to do with the data type being passed to codipack. how do i resolve this? is there a dependency update for other packages to use dafoam v3.0.6?
Beta Was this translation helpful? Give feedback.
All reactions