Changes between Version 36 and Version 37 of UsersGuide


Ignore:
Timestamp:
Jul 1, 2014 10:05:38 AM (10 years ago)
Author:
Ted Faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide

    v36 v37  
    162162 * The event system cannot be used to replay the start command.
    163163
    164 While start commands that make use of shell syntax for multiple commands and file redirection will generally work, syntax errors will cause them to fail silently.  Because of this, and because containerized experiments cannot have as long a start command string, we recommend that if you are doing anything more complex than calling a single program, you script this and run the script from the per-expriment directory or your home directory.
     164While start commands that make use of shell syntax for multiple commands and simple file redirection (e.g, > or <) can work, errors parsing redirection or other shell commands will cause the start command to fail silently.  Because of this, and because containerized experiments cannot have as long a start command string, we recommend that if you are doing anything more complex than calling a single program, create a simple script and run the script from the per-expriment directory or your home directory.  This makes it more likely that the log files created by containers will have useful debugging information.
     165
     166'''We strongly recommend removing all shell redirection characters from the text of your start command.'''  Redirecting I/O in the text of the start command may '''fail silently'''.
    165167
    166168Start commands give offer a simple workaround for detecting that all nodes in an experiment have started.