Mumps

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
marafi
Posts: 10
Joined: Mon Oct 07, 2013 10:29 am
Location: University of Washington

Mumps

Post by marafi »

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,
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Mumps

Post by fmk »

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)
marafi
Posts: 10
Joined: Mon Oct 07, 2013 10:29 am
Location: University of Washington

Re: Mumps

Post by marafi »

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
Post Reply