Here's a question to the list that I answered:
    Question: In my compilations, if I put the 'c' option, or the 'l', 
'N',...in the debug_filter_string,  there is no difference in the results of the output 
file. Whatever option I put, it produces the same output. Why?
   Answer:  Try setting more debug params.  In our Python script we have 
the following:
    mfacet.run_sim_command('ruby0.debug-verb med')
    mfacet.run_sim_command('ruby0.debug-filter l')
    mfacet.run_sim_command('ruby0.debug-start-time "%d"' % debug)
    mfacet.run_sim_command('ruby0.debug-output-file /scratch/ruby')
   Luke
 |