From 33a82c169a59c3d11d13bb8a67eeb35698d08a98 Mon Sep 17 00:00:00 2001 From: Cristian-Vasile Achim <66278390+csccva@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:55:40 +0300 Subject: [PATCH] Update 01-Parallel-IO-posix.md --- parallel-io/docs/01-Parallel-IO-posix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parallel-io/docs/01-Parallel-IO-posix.md b/parallel-io/docs/01-Parallel-IO-posix.md index 158acbdc9..6976cc60b 100644 --- a/parallel-io/docs/01-Parallel-IO-posix.md +++ b/parallel-io/docs/01-Parallel-IO-posix.md @@ -117,7 +117,7 @@ thousands of nodes on the supercomputer to physical disks # Lustre file striping in C codes - The striping policy for files within an application -- + ```c ... #include