zhuminjie / OpenSeesPyDoc

OpenSeesPy Documentation
http://openseespydoc.readthedocs.io
Other
147 stars 106 forks source link

Getting -ICNTL 20 error in mumps solver #312

Open bahugunaashish opened 2 months ago

bahugunaashish commented 2 months ago

Hi, I am getting an error prompt while running a simulation in HPC parallel processing using Openseespy V3.4.0.8

"WARNING MumpsParallelSolver::solve(void)- Error -9 returned in substitution dmumps() Work array too small; use -ICNTL14 option, the default is -ICNTL 20 make 20 larger WARNING AcceleratedNewton::solveCurrentStep() -the LinearSysOfEqn failed in solve() DirectIntegrationAnalysis::analyze() - the Algorithm failed at time 0.01"

How to remove this error? I tried to change the -ICNTL value to a larger number but it still remains.

Thanks, Ashish