Petsc error when trying to run dafoam v3.1.0 #909
uttamcadambi07
started this conversation in
General
Replies: 1 comment
-
|
I suspect this is related to the compatibility of file storage systems. May be you need to reinstall everything for Win 11. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
So I was running dafoam v3.1.0 from an external harddisk through a virtual machine. Using ubuntu v20.04. The host OS was Windows 10.
We recently upgraded to Windows 11. I unplugged the docking station and replugged it back after Windows 11 was installed and launched Ubuntu 20.04 from the harddisk connected to the docking station.
I was able to run Openfoam correctly. I am also able to compile dafoam. But, when i try to run a dafoam case, this is what i get
[uttamaero:918434] [[12897,0],0] ORTE_ERROR_LOG: Data unpack would read past end of buffer in file util/show_help.c at line 513
[uttamaero:918434] [[12897,0],0] ORTE_ERROR_LOG: Out of resource in file util/show_help.c at line 501
[uttamaero:918434] [[12897,0],0] ORTE_ERROR_LOG: Data unpack had inadequate space in file util/show_help.c at line 513
[uttamaero:918434] [[12897,0],0] ORTE_ERROR_LOG: Data unpack had inadequate space in file util/show_help.c at line 513
[6]PETSC ERROR: ------------------------------------------------------------------------
[6]PETSC ERROR: Caught signal number 4 Illegal instruction: Likely due to memory corruption
[6]PETSC ERROR: Try option -start_in_debugger or -on_error_attach_debugger
[6]PETSC ERROR: or see https://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind
[6]PETSC ERROR: or try http://valgrind.org on GNU/linux and Apple Mac OS X to find memory corruption errors
[6]PETSC ERROR: configure using --with-debugging=yes, recompile, link, and run
[6]PETSC ERROR: to get more information on the crash.
Now I was obviously inclined to reinstall petsc (after reconfiguring it) and the error still persisted.
I checked OpenFOAM-v1812/platforms/linux64ICCOpt/lib/* and noticed that the shared object files were compiled much earlier. Same with OpenFOAM ADR and ADF
What could be causing this error? Do I have to recompile everything because of change in hardware?
Beta Was this translation helpful? Give feedback.
All reactions