-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
23 lines (16 loc) · 692 Bytes
/
README
File metadata and controls
23 lines (16 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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_User_Guide.pdf in which the installations of
prerequisite libraries are 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
============================================
Common configuration options
useful options for debugging add 'CXXFLAGS="-g -O0"' to ./configure to
compile unoptimized version for debugging.