HiFiLES / HiFiLES-solver

High Fidelity Large Eddy Simulation Solver
Other
171 stars 131 forks source link

terminate called after throwing an instance of 'std::bad_alloc' what (): std::bad_alloc #116

Open paipaizhu opened 8 years ago

paipaizhu commented 8 years ago

Hi: when I run HiFiLES.there are something wrong at Flux Reconstruction Preprocessing,here it is . initializing elements tris quads tets pris hexas Initializing hexas terminate called after throwing an instance of 'std::bad_alloc' what (): std::bad_alloc Aborted(core dumped )

mlopez14 commented 8 years ago

Is this problem appearing only when using GPUs? Can you share more details? On Sun, Dec 27, 2015 at 4:45 AM bingo notifications@github.com wrote:

— Reply to this email directly or view it on GitHub https://github.com/HiFiLES/HiFiLES-solver/issues/116.

paipaizhu commented 8 years ago

Hi: Recently,I want to run LES. So,I creat a 3D mesh in pointwise. The number of mesh is 326X128X41.At first,there is no problem in preprocessing.But it consume a large amount of memory,so I changed the mesh quantity. It become 326X128X21.Then The problem above happened .I can give you input file and mesh file.the website is http://pan.baidu.com/s/1nup5GY9. The password is r727.Taking into account the size of the file,I give the last mesh. Best regards zhu

mlopez14 commented 8 years ago

We'll take a look at this when we come back from the break, around January 10.

rafarohit commented 7 years ago

Has this problem been looked into or fixed?