interrupting lyapunov mentioned in README
This commit is contained in:
		
							
								
								
									
										17
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								README.md
									
									
									
									
									
								
							@@ -164,14 +164,15 @@ should be a `;` sperated list of `key=value` pairs. The possible keys are
 | 
			
		||||
 | 
			
		||||
# Interrupting and resuming the computation
 | 
			
		||||
 | 
			
		||||
The `enstrophy` computation can be interrupted by sending Nstrophy the `SIGINT`
 | 
			
		||||
signal (e.g. by pressing `Ctrl-C`.) When Nstrophy receives the `SIGINT` signal,
 | 
			
		||||
it finishes its current step and writes the value of uk, either to `savefile`
 | 
			
		||||
if such a file was specified on the command line (using the `-s` flag), or to
 | 
			
		||||
`stderr`. In addition, when a `savefile` is specified it writes the command
 | 
			
		||||
that needs to be used to resume the computation (which essentially just sets
 | 
			
		||||
the appropriate `starting_time` and `init:file:<savefile>` parameters. The data
 | 
			
		||||
written to the `savefile` is binary.
 | 
			
		||||
The `enstrophy` and `lyapunov` computations can be interrupted by sending
 | 
			
		||||
Nstrophy the `SIGINT` signal (e.g. by pressing `Ctrl-C`.) When Nstrophy
 | 
			
		||||
receives the `SIGINT` signal, it finishes its current step and writes the value
 | 
			
		||||
of uk, either to `savefile` if such a file was specified on the command line
 | 
			
		||||
(using the `-s` flag), or to `stderr`. In addition, when a `savefile` is
 | 
			
		||||
specified it writes the command that needs to be used to resume the computation
 | 
			
		||||
(which essentially just sets the appropriate `starting_time` and
 | 
			
		||||
`init:file:<savefile>` parameters). The data written to the `savefile` is
 | 
			
		||||
binary.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# License
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user