Hello,
Can you put some documentation on how to use Mumps. The link below is empty:
http://opensees.berkeley.edu/wiki/index ... &redlink=1
I am getting this error and I am not sure how to solve it.
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
adding "system Mumps -ICNTL14" to my script does not make it work.
Thanks,
Mumps
Moderators: silvia, selimgunay, Moderators
Re: Mumps
system Mumps -ICNTL14 20
you make the 20 in the above larger, until it works or you run out of memory (max is 100 which equates to 100% fill in in)
you make the 20 in the above larger, until it works or you run out of memory (max is 100 which equates to 100% fill in in)
Re: Mumps
I tried that and it does not seem to work. Any other suggestions?
I also tried to run it on NEESHub and got the same error.
My code is below:
http://www.pasteall.org/53157/tcl
I also tried to run it on NEESHub and got the same error.
My code is below:
http://www.pasteall.org/53157/tcl