Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dbfb612

Browse files
committedSep 7, 2021
Use proper markdown way for hr
1 parent d71c174 commit dbfb612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎doc/api_nonblocking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ It is up to the application developers to identify opportunities in their algori
5858
[1] K. Kandalla, H. Subramoni, K. Tomko, D. Pekurovsky, S. Sur and D.K. Panda, "High-performance and scalable non-blocking all-to-all with collective offload on InfiniBand clusters: a study with parallel 3D FFT", *Computer Science - Research and Development*, vol. 26(3-4):237-246, 2011.
5959

6060

61-
<hr size="1">
61+
---
6262

6363
<a id="note1" href="#note1ref"><sup>1</sup></a>The blocking version also needs to define send/recv buffers. But because there is only one communication at any time, the buffers are temporarily allocated as required by the library, or for performance reason defined globally and shared by multiple communication calls.
6464

‎doc/hector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The library code had to be optimised first to minimise the memory footprint. The
136136

137137
The table summarises all the test cases done using 16384 cores. For under-populated cases, 24576 cores (1024 nodes, the largest possible HECToR job) had to be reserved. The figures reported are number of seconds to perform a pair (forward+backward) of single-precision complex-to-complex FFTs. As shown, the largest problem size achieved is 12288\*8192\*8192. The scaling of the library is very good - each time the problem size is doubled, the time required is only slightly more than doubled. Also shown is that when running in under-populated mode, the code is consistently 20% faster.
138138

139-
<hr size="1">
139+
---
140140

141141
<a id="note1" href="#note1ref"><sup>1</sup></a>This research used resources of the National Center for Computational Sciences at Oak Ridge National Laboratory, which is supported by the Office of Science of the Department of Energy under Contract DE-AC05-00OR22725.
142142

0 commit comments

Comments
 (0)
Please sign in to comment.