Changes between Version 125 and Version 126 of ProjectMain


Ignore:
Timestamp:
Jan 26, 2015, 11:44:51 AM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectMain

    v125 v126  
    3636 * Basic APIs
    3737  * [BasicApi API for main apps]
    38   * [GraphicsApi API for graphics apps]
    3938  * [AppDev Cross-platform utility functions]
    40  * Specialized APIs
    41   * [OptionsApi Runtime system options]
    42   * [StatusApi Startup and status data]
    43   * [DiagnosticsApi Diagnostics]
    44   * [TrickleApi Trickle messages]
    45   * [IntermediateUpload Intermediate upload]
    46   * [NetworkApps Apps that do network communication]
    47  * Customized scheduling
    48   * [AppPlan Plan classes]
    49    * [AppPlanSpec Specifying plan classes in XML]
    50    * [PlanClassFunc Specifying plan classes in C++]
    51   * [JobSched Job-level scheduler customization]
    5239 * Special types of applications
    5340  * [AppMultiThread Multicore applications]
     
    5946  * [VboxApps Apps that run in VirtualBox virtual machines]
    6047  * [MpiApps MPI applications]
     48 * Specialized APIs
     49  * [OptionsApi Runtime system options]
     50  * [StatusApi Startup and status data]
     51  * [DiagnosticsApi Diagnostics]
     52  * [TrickleApi Trickle messages]
     53  * [IntermediateUpload Intermediate upload]
     54  * [NetworkApps Apps that do network communication]
     55 * Adding graphics
     56  * [GraphicsApps Graphics apps]
     57  * [GraphicsApi Using OpenGL]
     58  * [GraphicsHtml Using HTML]
     59 * Customized scheduling
     60  * [AppPlan Plan classes]
     61   * [AppPlanSpec Specifying plan classes in XML]
     62   * [PlanClassFunc Specifying plan classes in C++]
     63  * [JobSched Job-level scheduler customization]
    6164 * Languages other than C/C++
    6265  * [FortranApps FORTRAN]