mpirun -np 20 relax --multi='mpi4py' 04_run_default_with_tolerance_lim.py -t 04_run_default_with_tolerance_lim.log
</source>
== Useful grep commands to log file ==
While the analysis is running, these commands could be used to check the logfile for errors
<source lang="bash">
cat 04_run_default_with_tolerance_lim.log | grep -B 7 " parameters have not converged"
</source>
== rsync files after completion to Sauron ==