Skip to content

Commit

Permalink
Update src/IO/ADIOS/ADIOS2IOHandler.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Franz Pöschel <[email protected]>
  • Loading branch information
guj and franzpoeschel authored Jun 20, 2023
1 parent e3d006e commit 2eac1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IO/ADIOS/ADIOS2IOHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2997,7 +2997,7 @@ namespace detail
}
if (notYetConfigured("AsyncWrite"))
{
if (1 == auxiliary::getEnvNum("OPENPMD_ADIOS2_ASYNC_WRITE", 1) &&
if (1 == auxiliary::getEnvNum("OPENPMD_ADIOS2_ASYNC_WRITE", 0) &&
notYetConfigured("AsyncWrite"))
{
m_IO.SetParameter("AsyncWrite", "On");
Expand Down

0 comments on commit 2eac1b6

Please sign in to comment.