Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with latest build pre-blueCFD-Core 2016-2: foamyHexMesh and patchSummary #27

Closed
wyldckat opened this issue Oct 23, 2016 · 3 comments
Assignees
Labels

Comments

@wyldckat
Copy link
Member

Running Alltest gave the following errors:

Build  : 4.x-6d8da047c643
Exec   : X:/OpenFOAM-4.x/platforms/mingw_w64GccDPInt32Opt/bin/foamyHexMesh.exe
Date   : Oct 23 2016
Time   : 15:18:59
Host   : "MACHINE"
PID    : 5568
Case   : X:/ofuser-of4/run/tutorialsTest2016-10-23.1477231873/incompressible/porousSimpleFoam/straightDuctImplicit
nProcs : 1
SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Allowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
--> FOAM Warning :
    From function dlOpen(const fileName&)
    in file MSwindows.C at line 1136
    LoadLibrary failed. "Error 126: The specified module could not be found.^M\
"
Create time

And regarding patchSummary:

ERROR: Error reported: failed to launch 'patchSummary -parallel' on PONTADAAREIA
Error (14001) The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.

Seems to have been in the tutorial case incompressible/simpleFoam/motorBike.

@wyldckat wyldckat added the bug label Oct 23, 2016
@wyldckat wyldckat added this to the blueCFD-Core-2016-2 milestone Oct 23, 2016
@wyldckat wyldckat self-assigned this Oct 23, 2016
@wyldckat
Copy link
Member Author

wyldckat commented Oct 23, 2016

Regarding patchSummary:

$ patchSummary.exe
bash: /home/ofuser/blueCFD/OpenFOAM-4.x/platforms/mingw_w64GccDPInt32Opt/bin/patchSummary.exe: Accessing a corrupted shared library

Problem solved by rebuilding the utility. Not sure what happened.

@wyldckat
Copy link
Member Author

wyldckat commented Oct 23, 2016

Regarding foamyHexMesh, it also applies to foamyQuadMesh.

This is because libgmp-10.dll is not coincident with the name gmp or libgmp.dll. The trick is the not include libraries that we can't find.

@wyldckat
Copy link
Member Author

wyldckat commented Oct 23, 2016

Need to rebuild surfaceClean, surfaceCoarsen, surfaceHookUp, surfacePointMerge, writeCentres, autoRefineMesh, equilibriumFlameT, foamUpgradeCyclics.

Not sure what happened, but this may be related to the fix implemented in issue #2.

edit: Confirmed that this is the same bug as in #2. Will re-open it.

wyldckat added a commit to blueCFD/OpenFOAM-dev that referenced this issue Oct 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant