forked from manufactured-solutions/MASA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
37 lines (26 loc) · 894 Bytes
/
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
------------------
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
compiler versions:
PGI 11.5
GNU 4.5
Intel 11.1
------------------
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.