- 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
I've found a bug. How do I report it? The preferred bug-reporting method is bugzilla. Click on the "Enter a new bug report" link. (You'll have to create a bugzilla account to proceed any further.) Alternatively, you can email one of the developers.How do I compile and/or link my code with ML and get all the dependencies right? Include the fileMakefile.export.ml, found in the ML build
directory, in your Makefile.
Makefile.export.ml defines two macros, ML_LIBS and ML_INCLUDES,
that contain all
the library and include dependencies, respectively, that ML needs.
Finally, add the macro definition -DHAVE_CONFIG_H to the link
line of your executable. Below is an example.
include /home/joe/Trilinos/serial/packages/ml/Makefile.export.ml
My ML distribution is missing the file How can I search the ML users mail list archive? In your favorite web search engine, restrict the search to the web site software.sandia.gov/pipermail/ml-users. For example, to search for "nullspace" in google search, type "nullspace site:software.sandia.gov/pipermail/ml-users". |
|
||
| ||||