-
Notifications
You must be signed in to change notification settings - Fork 27
/
README
41 lines (30 loc) · 1.01 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
------------------
BASIC INFORMATION:
------------------
Welcome to MASA, the Manufactured Analytical Solutions Abstraction Library.
Check the EXAMPLES directory for examples of the MASA C++, C and Fortran API.
The source code is contained in src, and the regression tests are in tests.
------------------
BUILD INFORMATION:
------------------
MASA currently supports later versions of the GNU, Intel, and PGI
family of compilers.
Regression tests are routinely performed against the following
compilers:
PGI
GNU
Intel
------------------
TO BUILD:
------------------
1) ./bootstrap (from source, ignore if this is a release tarball)
2) ./configure --prefix= top-level dir
3) make
4) make install
It is recommended that new users run 'make check' This runs numerous diagnostic
tests, which ensure the precision of all associated solutions are at minimum,
1e-15.
------------------
More information:
------------------
Please consult the online documentation at http://manufactured-solutions.github.io/MASA/ or the README.md