Skip to content

Commit

Permalink
The help page was update to add the data reliability option.
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Boisvert <sebastien.boisvert.3@ulaval.ca>
  • Loading branch information
Sébastien Boisvert committed Jun 30, 2012
1 parent 063d86b commit a519e0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion MANUAL_PAGE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ DESCRIPTION:

Debugging

-verify-message-integrity
Checks message data reliability for any non-empty message.
add '-D CONFIG_SSE_4_2' in the Makefile to use hardware instruction (SSE 4.2)

-run-profiler
Runs the profiler as the code runs. By default, only show granularity warnings.
Running the profiler increases running times.
Expand Down Expand Up @@ -344,4 +348,4 @@ COPYRIGHT
You have received a copy of the GNU General Public License
along with this program (see LICENSE).

Ray 2.0.0
Ray 2.0.1-devel
6 changes: 6 additions & 0 deletions code/application_core/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,12 @@ void Parameters::showUsage(){

cout<<" Debugging"<<endl;
cout<<endl;

showOption("-verify-message-integrity","Checks message data reliability for any non-empty message.");
showOptionDescription("add '-D CONFIG_SSE_4_2' in the Makefile to use hardware instruction (SSE 4.2)");
cout<<endl;


showOption("-run-profiler","Runs the profiler as the code runs. By default, only show granularity warnings.");
showOptionDescription("Running the profiler increases running times.");
cout<<endl;
Expand Down

0 comments on commit a519e0c

Please sign in to comment.