File: README

package info (click to toggle)
trilinos 13.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 837,964 kB
  • sloc: cpp: 3,466,826; ansic: 433,701; fortran: 168,838; python: 102,712; xml: 66,353; sh: 38,380; makefile: 25,246; perl: 7,516; f90: 6,358; csh: 4,161; objc: 2,620; lex: 1,484; lisp: 810; javascript: 552; yacc: 515; awk: 364; ml: 281; php: 145
file content (20 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This directory contains examples of usage of the MLAPI, the ML Application
Program Interface. MLAPI represents the simplest way to deal with ML to create
easy to write and read, efficient and parallel multilevel and domain
decomposition preconditioners.

MLAPI requires ML to be configured with options:
  --enable-epetra
  --enable-teuchos 
  --enable-amesos
  --enable-ifpack.  
Also, option --enable-triutils can be required to successfully run the examples.

To compile a given example, move to the building directory, then type, 
for instance,
$ make PowerMethod.exe
or type
$ make
to compile all examples.

This file was last updated on 14-Jun-05.