- Works the same in Explorer (tested only on 6.0) and Netscape (tested only on Netscape 7.0 and Mozilla 1.3.1), but does not work in Opera (6.01) ***************************************************************************** */ if (document.images) { // tests for image support trilinos_title_normal = new Image(310, 55); trilinos_title_normal.src = "../../packages/common/webroot_common/trilinos_title_normal.png"; trilinos_title_over = new Image(310, 55); trilinos_title_over.src = "../../packages/common/webroot_common/trilinos_title_over.png"; sandia_normal = new Image(180, 29); sandia_normal.src = "../../packages/common/webroot_common/sandia_normal.png"; sandia_over = new Image(180, 29); sandia_over.src = "../../packages/common/webroot_common/sandia_over.png"; trilinos_normal = new Image(183, 100); trilinos_normal.src = "../../packages/common/webroot_common/trilinos_normal.png"; trilinos_over = new Image(183, 100); trilinos_over.src = "../../packages/common/webroot_common/trilinos_over.png"; } // if (document.images) //-->
|
MUMPS Support Trilinos 8.0 includes support for MUMPS version 4.6.3. Trilinos 9.0 will support MUMPS 4.7.3 by default. Support for MUMPS 4.6.3 in Trilinos 9.0 can be enabled by using the --enable-amesos-old_mumps option (in addition to the --enable-amesos-mumps option). MUMPS Installation NOTE: These intructions were updated in June 2006. They may not be kept up-to-date. Refer to the MUMPS website for more recent and more complete instructions. MUMPS and ScaLAPACK must both be available on your system before Amesos_Mumpscan be used. MUMPS requires a fortran 90 compiler. Most high performance computer systems include a fortan 90 compiler and the gnu compilers now include the gnu f95 compiler, gfortran, by default. MUMPS has been shown to work with Intel's fortran 90 compiler, ifort, which can be evaluated for free, IBM's mpxlf90_r, and gfortran among others. First, choose your fortran compiler and then install ScaLAPACK using that compiler (if it isn't already installed on your computer). You will need to request a copy of MUMPS using the MUMPS request form. They will give you a link to the latest MUMPS public release. To install ScaLAPACK on your system refer to the instructions for installing Amesos_Scalapack To build MUMPS:
To build Amesos-Mumps:
|
|
||
| ||||