Changes between Version 2 and Version 3 of TrickleMessages


Ignore:
Timestamp:
Apr 18, 2009, 5:18:49 PM (15 years ago)
Author:
Nicolas
Comment:

Change extension to .cpp.

Legend:

Unmodified
Added
Removed
Modified
  • TrickleMessages

    v2 v3  
    1010 * The application sends a trickle-up message containing a summary of the computational state, so that server logic can decide if the computation should be aborted.
    1111
    12 To create a trickle handler daemon, modify the program sched/trickle_handler.C, replacing the function handle_trickle() with your own function. Add an entry in your [ProjectConfigFile config.xml] to run this program as a daemon.
     12To create a trickle handler daemon, modify the program sched/trickle_handler.cpp, replacing the function handle_trickle() with your own function. Add an entry in your [ProjectConfigFile config.xml] to run this program as a daemon.
    1313
    1414== Trickle-down messages ==