Closed Philipp137 closed 6 years ago
it is a known problem with no known solution. happens on other machines as well, even though more than enough memory is available.
I found the bug.
I am extremely curious :) it was driving me crazy and I spent quite some time on it :)
I forgot to add the allocation of the Runge Kutta tableau after having changed that in allocate grid... Seems like I forgot to set almost every possible parameter in sparse_to_dense... :(
finally it works at my machine as well. great job! (:1st_place_medal:
Hello, why do I get an error every second time, when running the following command:
./wabbit-post 2D --sparse-to-dense Ux_000000150000.h5 sparse_Ux.h5 4 4
This is the error which occures sometimes:
Operating system error: Nicht genügend Hauptspeicher verfügbar Reservierung würde Speichergrenze überschreiten
Error termination. Backtrace:
0 0x7f03e7a5335e in ???
1 0x7f03e7a53f09 in ???
2 0x7f03e7a54119 in ???
3 0x4280c9 in __module_initialization_MOD_allocate_grid
4 0x651262 in sparse_todense
5 0x403c76 in main_post
6 0x403538 in main