louisa
Materials
- May 3, 2007
- 14
Dear All,
Hope you are all having a wonderful summer!
I am running the python code in CAE. My simulation involves a lot of iterations, and in every iteration, I change the material properties and run a job. But after every 10 iterations, I will get the error message saying that simulation aborted with system error code 5. So I have to restart the simulation again, get another ~10 iterations before another error message appears.
I cannot identify any error with the simulation itself. So I guess the error is caused by memory overflow. My computer has 4GB memory, but the dat file says that the job only takes about 200-300MB memory. So I guess there is some memory accumulation for every job.
I'm wondering whether there is any way to free the memory after each job completes without having to close and restart Abaqus. I do close the previous odb file before starting another iteration, but this doesn't help. I'm so tired of restarting Abaqus again and again, about 10 times per day. I would appreciate any comment on this problem.
Hope you are all having a wonderful summer!
I am running the python code in CAE. My simulation involves a lot of iterations, and in every iteration, I change the material properties and run a job. But after every 10 iterations, I will get the error message saying that simulation aborted with system error code 5. So I have to restart the simulation again, get another ~10 iterations before another error message appears.
I cannot identify any error with the simulation itself. So I guess the error is caused by memory overflow. My computer has 4GB memory, but the dat file says that the job only takes about 200-300MB memory. So I guess there is some memory accumulation for every job.
I'm wondering whether there is any way to free the memory after each job completes without having to close and restart Abaqus. I do close the previous odb file before starting another iteration, but this doesn't help. I'm so tired of restarting Abaqus again and again, about 10 times per day. I would appreciate any comment on this problem.