Dalhousie Geodynamics Group


Department of Oceanography
Dalhousie University
1355 Oxford Street
PO Box 15000
Halifax, NS, B3H 4R2
Canada




SOPALE

Sopale Nested

Processing SOPALE Output

Printing

MOZART

TMM (Thermo-mechanical Model)

old SOPALE documentation

Geodynamics home page

Controlling MUMPS

The current version of MUMPS (4.10.0) does not properly implement the integer control parameters 1, 2, 3, 4. The result can be very large mumps log files. As a work-around include the following in your sopale_nested input file.

When using solver_mech = sn_mumps_client

! turn off all the mumps logs
[mumps_mech_job_1]
1 0
2 0
3 0
4 0
[end]

When using solver_ther = sn_mumps_client

! turn off all the mumps logs
[mumps_ther_job_1]
1 0
2 0
3 0
4 0
[end]


This page was last modified on Friday, 22-Jan-2016 22:53:50 AST
Comments to geodynam at dal dot ca