Hi Chris,
I found the virtual mass model will crash if the number of the particles are greater than 64.
I locate the line of crash is at line 118:
UrelOld_[index][j] = Ur[j];
Do you have any idea?
Thanks.
rq
Attachment | Size |
---|---|
![]() | 8.14 KB |
ckloss | Wed, 11/09/2011 - 11:51
Hi rq, could you run with
Hi rq,
could you run with valgrind and post the logfile?
Cheers, Christoph
rqwang | Thu, 11/10/2011 - 22:04
valgrind
Hi Christoph,
Thank you for caring this.
I run the updated version of CFDEM 2.2.0 with virtualMassForce model.
The simulation keeps hanging and print
[7] #0 Foam::error::printStack(Foam::Ostream&)
The simulation cannot go on.
Do you have any idea to help me find a solution?
Thanks.
rq
ckloss | Thu, 11/10/2011 - 22:45
Hi
Hi rq,
Foam::error::printStack(Foam::Ostream&) is not a very conclusive error - could you try to run with valgrind like this:
valgrind mpirun -np 2 cfdemSolverPiso -case (...) -parallel &> LOG
and post the LOG file here?
Thanks, Christoph
rqwang | Fri, 11/11/2011 - 00:06
Hi Christoph, I run with
Hi Christoph,
I run with valgrind. The processes keep running even after the error message above shows.
If I kill the process manually, I got the log file as in the attachment of the first post in this thread.
Please check it.
Thanks.
rq