class Task_Fib : public MWTask The task class specific to my Fibonacci example application
Checkpointing Utilities
List management
Packing and Unpacking
Time and usage data
The task class specific to my Fibonacci example application....more to come...
Task_Fib( int first, int second, int seqlen )
second - The second of the "seed" numbers
seqlen - The length of the sequence to make
~Task_Fib()
Implemented methods
void pack_work( void )
void unpack_work( void )
void pack_results( void )
void unpack_results( void )
void printself( int level = 60 )
Checkpointing Implementation
int first
int second
int sequencelength
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de