-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME
26 lines (19 loc) · 914 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
Calypso is a set of programs for MHD dynamo simulation in a rotating spherical
shell using spherical harmonics expansion methods.
The Calypso distribution consists of the following files and directories.
% ls
CMakeLists.txt LICENSE README configure.in examples/
INSTALL Makefile.in configure doxygen/ src/
INSTALL: Brief installation procedure
LICENSE: License
README: This file
configure.in: Input file for autoconf
Makefile.in: Template for Makefile used by configure
configure: Configuration script
CMakeLists.txt: Configuration file for CMake
bin: Directory for programs (created by make)
doxygen: Directory for source documentation
examples: Directory for examples
src: Directory for source files
work: Work directory (created by make)
For installation instructions, please read INSTALL or the documentation page 16--19.