Skip to content

cgeroux/SPHERLS

Repository files navigation

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.