We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0853039 commit 381c3feCopy full SHA for 381c3fe
doc/specs/stdlib_logger.md
@@ -34,9 +34,11 @@ The logger variables have the option to:
34
* indent subsequent lines of the messages; and
35
* format the text to fit within a maximum column width.
36
37
-While every effort has been made to make the code thread and
+While every effort has been made to make the code process and
38
asynchronous I/O safe, it is always best to have each process write to
39
its own dedicated logger file.
40
+For thread parallelism (e.g., with OpenMP), it is advised to put the
41
+logger call in a guarding region (e.g., in an OpenMP critical region).
42
43
Note: Loggers of type `logger_type` normally report their messages to I/O
44
units in the internal list termed `log_units`. However if `log_units`
0 commit comments