-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error appear in Castellation step #68
Comments
Dear @bladesaber,
Please check you environment and let me know. |
Which version of solver binary are you using? |
Yes, is the latest solvers_linux_NF24.1.4.tar.xz |
I find a similar library which I have, called "libmpi.so.40" |
Yes, That should be in your LIBRARY path. jake@suse:~/workspace/baram> export WM_PROJECT_DIR=/home/jake/workspace/baram/solvers/openfoam
jake@suse:~/workspace/baram> export LD_LIBRARY_PATH=$WM_PROJECT_DIR/lib/sys-openmpi:$WM_PROJECT_DIR/lib:$WM_PROJECT_DIR/lib/dummy:$WM_PROJECT_DIR/tlib:$LD_LIBRARY_PATH
jake@suse:~/workspace/baram> export PATH=$WM_PROJECT_DIR/bin:$PATH
jake@suse:~/workspace/baram>
jake@suse:~/workspace/baram> ldd solvers/openfoam/bin/snappyHexMesh
linux-vdso.so.1 (0x00007fff4a9b5000)
libfiniteVolume.so => /home/jake/workspace/baram/solvers/openfoam/lib/libfiniteVolume.so (0x00007f6b55a00000)
libfileFormats.so => /home/jake/workspace/baram/solvers/openfoam/lib/libfileFormats.so (0x00007f6b55600000)
libsurfMesh.so => /home/jake/workspace/baram/solvers/openfoam/lib/libsurfMesh.so (0x00007f6b55000000)
libmeshTools.so => /home/jake/workspace/baram/solvers/openfoam/lib/libmeshTools.so (0x00007f6b54400000)
libdynamicMesh.so => /home/jake/workspace/baram/solvers/openfoam/lib/libdynamicMesh.so (0x00007f6b53c00000)
libfvMotionSolvers.so => /home/jake/workspace/baram/solvers/openfoam/lib/libfvMotionSolvers.so (0x00007f6b53600000)
libdecompositionMethods.so => /home/jake/workspace/baram/solvers/openfoam/lib/libdecompositionMethods.so (0x00007f6b53200000)
libkahipDecomp.so => /home/jake/workspace/baram/solvers/openfoam/lib/dummy/libkahipDecomp.so (0x00007f6b52e00000)
libmetisDecomp.so => /home/jake/workspace/baram/solvers/openfoam/lib/dummy/libmetisDecomp.so (0x00007f6b52a00000)
libptscotchDecomp.so => /home/jake/workspace/baram/solvers/openfoam/lib/sys-openmpi/libptscotchDecomp.so (0x00007f6b52600000)
libscotchDecomp.so => /home/jake/workspace/baram/solvers/openfoam/lib/libscotchDecomp.so (0x00007f6b52200000)
libdecompose.so => /home/jake/workspace/baram/solvers/openfoam/lib/libdecompose.so (0x00007f6b51c00000)
libreconstruct.so => /home/jake/workspace/baram/solvers/openfoam/lib/libreconstruct.so (0x00007f6b51800000)
libsnappyHexMesh.so => /home/jake/workspace/baram/solvers/openfoam/lib/libsnappyHexMesh.so (0x00007f6b51200000)
libOpenFOAM.so => /home/jake/workspace/baram/solvers/openfoam/lib/libOpenFOAM.so (0x00007f6b50200000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f6b58af1000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f6b4ffbb000)
libm.so.6 => /lib64/libm.so.6 (0x00007f6b586b4000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f6b58acb000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f6b58aa7000)
libc.so.6 => /lib64/libc.so.6 (0x00007f6b53009000)
libPstream.so => /home/jake/workspace/baram/solvers/openfoam/lib/sys-openmpi/libPstream.so (0x00007f6b4fc00000)
libextrudeModel.so => /home/jake/workspace/baram/solvers/openfoam/lib/libextrudeModel.so (0x00007f6b4f800000)
libfvOptions.so => /home/jake/workspace/baram/solvers/openfoam/lib/libfvOptions.so (0x00007f6b4f000000)
libscotch.so => /home/jake/workspace/baram/solvers/openfoam/tlib/libscotch.so (0x00007f6b4ec00000)
libptscotch.so => /home/jake/workspace/baram/solvers/openfoam/tlib/libptscotch.so (0x00007f6b4e800000)
libptscotcherrexit.so => /home/jake/workspace/baram/solvers/openfoam/tlib/libptscotcherrexit.so (0x00007f6b4e400000)
librt.so.1 => /lib64/librt.so.1 (0x00007f6b58a99000)
libmpi.so.20 => not found
libscotcherrexit.so => /home/jake/workspace/baram/solvers/openfoam/tlib/libscotcherrexit.so (0x00007f6b4e000000)
liblagrangian.so => /home/jake/workspace/baram/solvers/openfoam/lib/liblagrangian.so (0x00007f6b4dc00000)
libsampling.so => /home/jake/workspace/baram/solvers/openfoam/lib/libsampling.so (0x00007f6b4d400000)
liboverset.so => /home/jake/workspace/baram/solvers/openfoam/lib/liboverset.so (0x00007f6b4ce00000)
libdistributed.so => /home/jake/workspace/baram/solvers/openfoam/lib/libdistributed.so (0x00007f6b4ca00000)
libz.so.1 => /usr/lib64/libz.so.1 (0x00007f6b58a7e000)
/lib64/ld-linux-x86-64.so.2 (0x00007f6b58b22000)
libmpi.so.40 => /usr/lib64/mpi/gcc/openmpi4/lib64/libmpi.so.40 (0x00007f6b554c5000)
libblockMesh.so => /home/jake/workspace/baram/solvers/openfoam/lib/libblockMesh.so (0x00007f6b4c600000)
libfluidThermophysicalModels.so => /home/jake/workspace/baram/solvers/openfoam/lib/libfluidThermophysicalModels.so (0x00007f6b4b800000)
libsolidThermo.so => /home/jake/workspace/baram/solvers/openfoam/lib/libsolidThermo.so (0x00007f6b4b400000)
libturbulenceModels.so => /home/jake/workspace/baram/solvers/openfoam/lib/libturbulenceModels.so (0x00007f6b4ae00000)
libincompressibleTurbulenceModels.so => /home/jake/workspace/baram/solvers/openfoam/lib/libincompressibleTurbulenceModels.so (0x00007f6b4a800000)
libcompressibleTurbulenceModels.so => /home/jake/workspace/baram/solvers/openfoam/lib/libcompressibleTurbulenceModels.so (0x00007f6b4a200000)
libreactionThermophysicalModels.so => /home/jake/workspace/baram/solvers/openfoam/lib/libreactionThermophysicalModels.so (0x00007f6b49000000)
libincompressibleTransportModels.so => /home/jake/workspace/baram/solvers/openfoam/lib/libincompressibleTransportModels.so (0x00007f6b48c00000)
libmpi.so.20 => not found
libmpi.so.20 => not found
libdynamicFvMesh.so => /home/jake/workspace/baram/solvers/openfoam/lib/libdynamicFvMesh.so (0x00007f6b48800000)
libopen-rte.so.40 => /usr/lib64/mpi/gcc/openmpi4/lib64/libopen-rte.so.40 (0x00007f6b55948000)
libopen-pal.so.40 => /usr/lib64/mpi/gcc/openmpi4/lib64/libopen-pal.so.40 (0x00007f6b54f06000)
libcompressibleTransportModels.so => /home/jake/workspace/baram/solvers/openfoam/lib/libcompressibleTransportModels.so (0x00007f6b48400000)
libspecie.so => /home/jake/workspace/baram/solvers/openfoam/lib/libspecie.so (0x00007f6b47c00000)
libthermophysicalProperties.so => /home/jake/workspace/baram/solvers/openfoam/lib/libthermophysicalProperties.so (0x00007f6b47800000)
libsolidSpecie.so => /home/jake/workspace/baram/solvers/openfoam/lib/libsolidSpecie.so (0x00007f6b47400000)
libradiationModels.so => /home/jake/workspace/baram/solvers/openfoam/lib/libradiationModels.so (0x00007f6b46e00000)
libtwoPhaseMixture.so => /home/jake/workspace/baram/solvers/openfoam/lib/libtwoPhaseMixture.so (0x00007f6b46a00000)
libevent_core-2.1.so.6 => /usr/lib64/libevent_core-2.1.so.6 (0x00007f6b46600000)
libutil.so.1 => /lib64/libutil.so.1 (0x00007f6b58a70000)
libevent_pthreads-2.1.so.6 => /usr/lib64/libevent_pthreads-2.1.so.6 (0x00007f6b46200000)
libSLGThermo.so => /home/jake/workspace/baram/solvers/openfoam/lib/libSLGThermo.so (0x00007f6b45e00000)
jake@suse:~/workspace/baram> |
The point is |
Hi, @bladesaber. Would you please try again? |
Thans for all work. It is complete right now. |
I'm glad to hear that it's ok. |
Thank you very much. Baram is a pretty great package for my project. 👍 |
Describe the bug
When I clicked the refine button in step 4(Castellation), an error "missing 1 required positional argument: returncode".
Figure below:
To Reproduce
follow steps of tutorial example "Mixing Pipe"
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: