Removed a number of sys.exit() calls from different relax modes.
The return call is used rather than sys.exit() to exit the main run() method. These were not needed
and it allows the 'version', 'info', and 'gui' modes to play better with the multi-processor package
when using mpi4py.