Changes between Version 5 and Version 6 of OptionsApi


Ignore:
Timestamp:
May 26, 2011, 10:47:32 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OptionsApi

    v5 v6  
    1515    int handle send_status_msgs;
    1616    int direct_process_action;
     17    int multi_thread;
     18    int multi_process;
    1719};
    1820
     
    4648        If set, the program will report its CPU time and fraction     done to the core client.  Set in worker programs.
    4749 '''direct_process_action'''::
    48         If set, the program will respond to quit messages and heartbeat     failures by exiting, and will respond to suspend and resume     messages by suspending and resuming.     Otherwise, these events will result in changes to     the BOINC_STATUS structure,     which can be polled using boinc_get_status().
     50        If set, the program will respond to quit messages and heartbeat failures by exiting, and will respond to suspend and resume messages by suspending and resuming.  Otherwise, these events will result in changes to the BOINC_STATUS structure, which can be polled using boinc_get_status().
     51 '''multi_thread''':: Set this if your application uses multiple threads (e.g., OpenMP or pthreads).
     52 '''multi_process''':: Set this if your application crease sub-processes (e.g., MPI).
    4953
    5054== Getting the status of the runtime system ==