Hello everyone,
I hope this finds you well. In the past few weeks, I have constantly encountered various errors related to the using system to run a benchmark example on Abaqus software. This implementation consists of three layers due to the numerical implementation of the phase-field method using UEL and UMAT subroutines. Eventually, the number of elements of the model is tripled.
The codes were tested correctly for the single element example. However, for examples with a high number of elements (188607 or 5409 elements), the solution process stops after a certain number of increments, and the attached error appears in the Msg file.
I run the analysis through the Abaqus command using a different number of CPUs (4, 8, 10 and 12) as follows, but there is no difference in the end:
abaqus job=H1.inp user=H.for
abaqus job=H1.inp user=H.for cpus=12
abaqus job=H1.inp user=H.for cpus=12 standard_parallel=solver int
Do I need to upgrade my computing server or miss something in my configuration and run the model?
I explained a lot to clarify the problem. I'd like to hear your comment on this issue. I recently increased the limit of virtual memory on my windows 10 and It worked until the half of increments.