Open main menu

Changes

Tutorial for model free SBiNLab

465 bytes added, 10:39, 14 October 2017
</source>
== Useful grep commands to log file ==
While the analysis is running, these commands could be used to check the logfile for errors
cat 04_run_default_with_tolerance_lim.log | grep -B 7 " parameters have not converged"
</source>
 
You can then inspect the logfile by '''less''': [http://www.thegeekstuff.com/2010/02/unix-less-command-10-tips-for-effective-navigation 10-tips for less]
 
<source lang="bash">
less 04_run_default_with_tolerance_lim.log
</source>
* To find pattern: '''/Value \(iter 14\)'''
* '''n''' or '''N''' – for next match in forward / previous match in backward
 
* To return to follow mode, use keyboard: '''Shift+f'''
* To exit, use keyboard: '''Ctrl+c''' and then: '''q'''
== rsync files after completion to Sauron ==
Trusted, Bureaucrats
1,382

edits