Skip to content

Commit

Permalink
Put job info file in prefix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgrote committed Oct 11, 2023
1 parent e8b1c30 commit aa22970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Diagnostics/FlushFormats/FlushFormatOpenPMD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ FlushFormatOpenPMD::WriteToFile (
// signal that no further updates will be written to this iteration
m_OpenPMDPlotWriter->CloseStep(isBTD, isLastBTDFlush);

WriteJobInfo(filename);
WriteJobInfo(prefix);
}

0 comments on commit aa22970

Please sign in to comment.