File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,10 @@ A process does not need to create any directories listed in the string returned
164164The SCR implementation creates any necessary directories before returning from the call.
165165A call to :code: `SCR_Route_file ` is local to the calling process; it is not a collective call.
166166
167- :code: `SCR_Route_file ` can only be called within a Start/Complete pair
167+ As of version 1.2.2, :code: `SCR_Route_file ` can be succesfully called at any point during application execution.
168+ If it is called outside of a Start/Complete pair, the original file path is simply copied to the return string.
169+
170+ :code: `SCR_Route_file ` has special behaviour when called within a Start/Complete pair
168171for restart, checkpoint, or output.
169172Within a restart operation, the input parameter :code: `name ` only requires a file name.
170173No path component is needed.
You can’t perform that action at this time.
0 commit comments