- 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) //-->
|
Help - FAQ
What is Amesos? Amesos is the direct sparse solver package in Trilinos. Amesos provides interfaces to a number of third party sparse direct solvers allowing the user to switch easily between different third party packages. TopWhat's significant about the name 'Amesos'? Amesos is a Greek term meaning direct. TopWhat platforms does Amesos run on? Amesos runs on a wide variety of platforms. It has been tested on
How can I get started with Amesos? Adding --enable-amesos to your configure invocation line will build a rudimentary Amesos with support for the Amesos_Klu class. The installation link under Quick links or the Documentation (development branch) link on the sidebar provides more complete installation instructions.How can I try Amesos on my favorite matrix? After installing Amesos, take a look at amesos/example/example_AmesosFactory_HB.exe in your build tree. You can easily modify the source code of this example to load your favorite matrix in Harwell-Boeing format. Please refer to the comments in the code for more details.Alternatively, consider running Test_Basic/amesos_test.exe, which accepts matrices in several formats. What if most tests fail in an MPI environment? 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. TopCan I get involved in the development of Amesos? Contact Ken Stanley or Mike Heroux.Top Who should I contact if I have more questions? Questions not answered by the information provided on the website should be directed to Lead Developer, the Amesos Leader. Top |
|
||
| ||||