Skip to content

Commit 8865ba1

Browse files
committed
Fix style
1 parent a55dec3 commit 8865ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api_io.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The I/O library is currently implemented using a straight-forward I/O model - al
140140

141141
#### I/O Optimisation for LUSTRE File System
142142

143-
<span style="color:red;">[This section covers a very specific optimisation that worked well on certain production systems 10+ years ago. The validity of this technique needs to be accessed carefully on modern systems.]</span>
143+
<p style="color:red;">[This section covers a very specific optimisation that worked well on certain production systems 10+ years ago. The validity of this technique needs to be accessed carefully on modern systems.]</p>
144144

145145
LUSTRE is a widely used distributed file system. On LUSTRE, files are 'striped' across multiple object storage targets (physical disks) that can be accessed in parallel to acheive high performance. Naturally, the best striping strategy is dependent on hardware configurations and software parameters (such as file sizes). [T3PIO](https://github.com/TACC/t3pio) is a library that allows applications to programmatically set the optimal LUSTRE parameters when writing files via MPI-IO or HDF5. It has potential to significantly improve I/O performance.
146146

0 commit comments

Comments
 (0)