- 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 WebTrilinos? WebTrilinos is a web-based interface to Trilinos, or a portal to the Trilinos world. It is composed by three modules, contained in three separate directories:
What's significant about the name 'WebTrilinos'? Simply that you can use most of Trilinos from the Web. Stated otherwise, WebTrilinos is a new skin of Trilinos. However, you won't find access to WebTrilinos modules from this web site: you (or your system administrator) have to install WebTrilinos on a web server. TopWhat platforms does WebTrilinos run on? WebTrilinos has been tested on a Linux webserver (Fedora Core), but it should run on all platforms with python, a web server (we use apache) and PHP installed, and where PyTrilinos runs. If you can install and use PyTrilinos, then you are mostly done; please check the PyTrilinos web page for more details on how to install PyTrilinos. WebTrilinos also uses few *nix commands like convert. TopIs there support for MPI? No, the current version does not support MPI. This is because of the different usage of each MPI product, which would make the installation procedure much more complicated. However, if you are really interested in using WebTrilinos with MPI on a given machine, it will not take too long to extend it. If so, please contact the developers. TopWhich Trilinos packages are required to install and use WebTrilinos? WebTrilinos minimally requires the following Trilinos packages:
Which non-Trilinos packages are required to install and use WebTrilinos? The following non-Trilinos packages are needed:
What about security? The C++ and Python modules of WebTrilinos gives full access to WebTrilinos users, and as such they should be password protected. Only trusted users should be able to use the C++ and Python modules. This is easy to do with Apache: just add a .htaccess file. DO NOT LET ANONYMOUS USERS ACCESS YOUR C++ AND Python MODULES OF WebTRILINOS, THIS IS A SEVERE SECURITY RISK FOR YOUR SYSTEM!!!. The MatrixPortal module, instead, does not expose the system, and can be made accessible to anonymous users. Whether the resulting workload is acceptable or not for a given installation should be established by the user. Top |
|
||
| ||||