forked from trilinos/Trilinos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
43 lines (27 loc) · 1.38 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Trilinos
========
Trilinos Website: http://trilinos.org
- See `<trilinos_base_directory>/TrilinosBuildQuickRef.*` for
information about installing Trilinos with the CMake build system.
- See `<trilinos_base_directory>/cmake/README.windows` for information on
building Trilinos in MS Windows with MS Visual C++ against CLAPACK.
- See one or more of the following publications for assistance with
installing and using Trilinos:
Trilinos Overview a broad overview
Trilinos Tutorial in-depth tutorial for new users
These can all be found at:
http://trilinos.org/about/documentation/
- For help with a particular package, see the website and accompanying
documentation for that package. Links to these can be found down the
right side of any page on the website and at:
http://trilinos.org/packages/
- Sample build scripts for various platforms can be found in:
`<trilinos_base_directory>/sampleScripts`
Please note that these sample scripts are only a starting point for you
to develop a script that works for your own platform.
- Information on how to extend Trilinos with your own add-on packages in your
own external repository see:
`<trilinos_base_directory>/TrilinosBuildQuickRef.*`
`<trilinos_base_directory>/cmake/HOWTO.ADD_EXTRA_REPO`
- If you are having problems, visit:
http://trilinos.org/community/contact/