OSspecific/POSIX/signals: Improved documentation for sigWriteNow and sigStopAtWriteNow

This commit is contained in:
Henry Weller
2023-04-13 16:33:14 +01:00
parent 2bb760e912
commit ad678e1829
3 changed files with 31 additions and 10 deletions

View File

@ -74,10 +74,10 @@ OptimisationSwitches
nProcsSimpleSum 0;
// Force dumping (at next timestep) upon signal (-1 to disable)
writeNowSignal -1; // 10;
writeNowSignal -1; // 10; // SIGUSR1
// Force dumping (at next timestep) upon signal (-1 to disable) and exit
stopAtWriteNowSignal -1;
// Force dumping and exit (at next timestep) upon signal (-1 to disable)
stopAtWriteNowSignal -1; // 12; // SIGUSR2
// Default dictionary scoping syntax
inputSyntax slash;