forked from cgeroux/SPHERLS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
30 lines (20 loc) · 877 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
SPHERLS simulates the interaction of radial pulsation and convection in
stars.
Below are the basic instructions for building. To find out more on how
to use the SPHERLS packages see user manuals in the docs/manuals
directory, especially SPHERLS_manual.pdf in which the installation of
prerequisite libraries is described.
To build and install:
./configure
make
make install
To find out more on how to use the SPHERLS packages see user manuals in
./docs/manuals
If not a distribution package (will have gotten it from the git repository):
one can run:
autoreconf --install
to create the ./configure file if the GNU build tools are installed
============================================
Common configuration options
useful options for debugging add 'CXXFLAGS="-g -O0"' to ./configure to
compile unoptimized version for debugging.