Changes between Version 4 and Version 5 of AppDebug


Ignore:
Timestamp:
Jun 20, 2007, 8:03:28 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDebug

    v4 v5  
    55== Standalone mode ==
    66
    7 When you have built your application and linked it with the BOINC libraries, you can run it in 'standalone mode' (without a BOINC core client present). To do this, put instances of all input files in the same directory. (with the proper logical, not physical, names). The application should run and produce output files (also with their logical names). You can run the program under a debugger. When you run an application in standalone mode, the BOINC API will recognize this and take it into account. A couple of things to note:
     7When you have built your application and linked it with the BOINC libraries, you can run it in 'standalone mode' (without a BOINC core client present). To do this, put instances of all input files in the same directory (with the proper logical, not physical, names). The application should run and produce output files (also with their logical names). You can run the program under a debugger. When you run an application in standalone mode, the BOINC API will recognize this and take it into account. A couple of things to note:
    88 * If your application does graphics, it will open a graphics window. Closing this window will exit your application.
    99 * boinc_time_to_checkpoint() will always return false, so your application will never checkpoint.