- 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) //-->
|
Amesos Installation Quick Amesos Installation Amesos can built with support for Amesos_Klu and Amesos_Lapack by adding --enable-amesos to your configure invocation. Refer to the Trilinos Installation Manual for instructions on installing Trilinos. Full Amesos Installation
To use Amesos with Amesos_Dscpack, Amesos_Superludist, Amesos_Superlu and/or Amesos_Umfpack, you will need to compile the corresponding third party package: DSCPACK, UMFPACK, SuperLU, and SuperLU_MPI, and set two additional switches in the configure invocation. One switch to specify the package that you intend to link in and one to specify where that package has been built. To use Amesos with Amesos_Dscpack, Amesos_Superludist, Amesos_Superlu and/or Amesos_Umfpack:
Debugging the instalation Common error messages:
Testing Amesos provides tests and examples. The examples typically require a minute or two to complete. The tests require close to an hour on some architectures. The easiest way to invoke the examples is: cd packages/amesos make run-examples The easiest way to invoke a series of tests that should take no more than an hour in total is: cd packages/amesos make run-tests The easiest way to invoke all Amesos tests is: cd packages/amesos make run-tests If "a_trivial_mpi_test" fails, or if a large number of tests fail, there could be a problem with the underlying mpi system. Try running "lamboot" and re-running the tests. | |
|