class Driver_Fib : public MWDriver The driver class derived from the MWDriver class for this application
A. Pure Virtual Methods
B. Task List Management
Benchmarking
C. Worker Policy Management
D. Event Handling Methods
E. Checkpoint Handling Functions
Checkpoint internal helpers...
Internal Task List Routines
Main Internal Handling Routines
The return value is taken as the return value from the user's pack_worker_init_data() function
Worker management methods
XML and Status Methods.
The driver class derived from the MWDriver class for this application.In particular, this application is a very simple one that calculates the fibonacci sequence for different pairs of starting numbers.
This simple app will not need any special math packages to run, and is designed with the non-math-specialist in mind (like me!).
~Driver_Fib()
Implemented Methods
MWReturn get_userinfo( int argc, char *argv[] )
MWReturn setup_initial_tasks( int *, MWTask *** )
MWReturn act_on_completed_task( MWTask * )
MWReturn pack_worker_init_data( void )
void printresults()
Checkpointing Methods
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de