-
Notifications
You must be signed in to change notification settings - Fork 47
FOAM-FSI does not work in Debug mode (index out of range) #382
Comments
I think that FOAM-FSI should be in /home/tester/foam/foam-extend-3.2/ |
I think this is not the case here, as fsiFoam was built and starts successfully. I cannot find such an instruction in the Readme. I do set |
which OS do you use ? Ubuntu 16.04 ? |
Yes, Ubuntu 16.04 64bit.
Am 26.01.2018 6:24 vorm. schrieb "Sergey" <[email protected]>:
… which OS do you use ? Ubuntu 16.04 ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#382 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEtvQ93-e-1t7JD2pxZMfJFIs6fmqQg3ks5tOWGFgaJpZM4Rskf7>
.
|
There are some problems during compilation on Ubuntu 16.04. As I noticed, you use VirtualBox. So, if it is possible, please try to use Ubuntu 14.04. |
An interesting observation: This number seems to be the number of faces shared with each other processor (as I see it in Any idea why the index goes out of range? I assume that it is running for everybody else, so it must be platform-specific. Things that I also tried already, without seeing any difference:
Some information about my system:
|
An update on things I have tried in the meanwhile: I get the same error. The FOAM-FSI testsuites are running without errors. I also ran a parallel tutorial bundled with foam-extend without any errors ( @davidsblom do you maybe have any idea? Have you seen this kind of error before? |
It looks like FOAM-FSI fails to run in Debug mode. In the building instructions, it is stated:
It looks like at the moment this is not only related to performance and is a "must" instead of a "suggestion". Has anybody managed to make it running in This was a bit counter-intuitive to find because when one tries to find out why a software doesn't work, they should test in "Debug" mode. If there are no guesses on the cause, I will issue a Pull Request to update the building instructions. |
Hello everyone,
When I try to run any tutorial case, fsiFoam crashes in the beginning with an error I do not understand. See the log files here. The error is always in the solid and it has the following form:
This particular error is for the 3dTube tutorial, with preCICE. I simply run
./Allrun
or./Allrun_precice
(after I run./Allclean
).I built foam-extend and FOAM-FSI successfully, the
testsuite-fsi
returns no errors. The foam-extend (parallel) tutorials run successfully.Any ideas?
The text was updated successfully, but these errors were encountered: