Personal tools
You are here: Home / cm / Wiki / Testing your new version of cmiss before submitting
Navigation
Log in


Forgot your password?
 

Testing your new version of cmiss before submitting

  1. If a copy of the examples is not visible on your system, then download all of examples (or all pertinent to your changes) into your home directory.

  2. Set the value of the CMISS_EXAMPLES environment variable to the directory at the root of the examples. e.g. $CMISS_ROOT/examples.

  3. Execute:

    $CMISS_EXAMPLES/common/cmiss_type1/test_tree.pl -p cm -x ~/home/mycmiss/cm/bin/i686-linux/cm-debug
    
  4. To generate a summary,

execute:

$CMISS_EXAMPLES/common/cmiss_type1/mail_tree.pl -e b/b2/b21/b212/b2121 -o ~/home/mycmiss/cmiss_output ~/home/mycmiss/examples_out_cmiss.out
  • Note that directory after -o is where you generated output previously, and remember to include cmiss_output directory.