Skip to content

Commit 1d36460

Browse files
committed
Restructure documentation; create the main README
1 parent 5a0af09 commit 1d36460

File tree

2 files changed

+45
-62
lines changed

2 files changed

+45
-62
lines changed

README.md

Lines changed: 45 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,48 @@
1-
2DECOMP&FFT - Library for 2D pencil decomposition and highly scalable
2-
distributed 3D Fast Fourier Transforms
1+
# 2DECOMP&FFT
32

4-
Version 1.5
3+
2DECOMP&FFT is a library for 2D pencil decomposition and highly scalable distributed 3D Fast Fourier Transforms
54

6-
Copyright (C) 2009-2021 Ning Li
7-
The Numerical Algorithms Group (NAG)
5+
#### Table of Contents
86

9-
http://www.2decomp.org
7+
- [Overview](doc/overview.md)
8+
- Software
9+
- [Download](doc/download.md)
10+
- [Installation](doc/installation.md)
11+
- [Domain decomposition strategy](doc/decomposition.md)
12+
- [Fast Fourier Transform (FFT) review](doc/fft.md)
13+
- APIs
14+
- [2D pencil decomposition APIs](doc/api_decomposition.md)
15+
- [FFT APIs](doc/api_fft.md)
16+
- [Halo cell support](doc/api_halo.md)
17+
- [Parallel I/O](doc/api_io.md)
18+
- [Non-blocking communication](doc/api_nonblocking.md)
19+
- Performance benchmarks
20+
- [2DECOMP&FFT vs. P3DFFT](doc/p3dfft.md)
21+
- [HECToR](doc/hector.md)
22+
- [JUGENE](doc/jugene.md)
23+
- Applications and case studies
24+
- [Sample applications](doc/samples.md)
25+
- [Case study - Vortex generation using FFT](doc/vortex.md)
26+
- [Incompact3D - a CFD application for turbulence research](doc/incompact3d.md)
27+
- [DSTAR - a CFD application for studies of turbulence, aeroacoustics, combustion and multiphase flow](doc/dstar.md)
28+
- Miscellaneous technical subjects
29+
- [Interactive decomposition map](https://monet.nag.co.uk/2decomp/decomp_map.php)
30+
- [Using the 1D slab decompostion mode](doc/1d_decomp.md)
31+
- [Shared-memory optimisation](doc/shared_memory.md)
32+
- [Process grid](doc/pgrid.md)
33+
- [Padded all-to-all optimisation](doc/padded_alltoall.md)
34+
- [Precision guidelines](doc/precision.md)
35+
- [Memory comsumption](doc/memory.md)
36+
37+
#### Software License
38+
39+
Copyright © 2011-2021, The Numerical Algorithms Group (NAG)
40+
All rights reserved.
41+
42+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
43+
44+
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
45+
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
46+
- Neither the name of the copyright owner nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
47+
48+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

doc/DOC_2DECOMP_FFT.html

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)