Custom Query (981 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 981)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#792 fixed wrapper does not save cpu time on legacy checkpointing davea yoyo
Description

The wrapper does not store cpu time in its checkpoint.txt file, if the legacy application writes its checkpoint file. To solve it I reverted method send_status_message() to its old version and in the main while (1) loop I added the following:

    poll_boinc_messages(task);
    send_status_message(task, frac_done);
    // begin yoyo
    if (task.has_checkpointed()) {
      write_checkpoint(i, cpu + task.cpu_time());
    }
    // end yoyo
    boinc_sleep(POLL_PERIOD);
#1135 fixed make_project --test_app creates wrong app structure davea yoyo
Description

Latest trunc version 24024

Created a new project with --test_app. In this case the structure created in app/ is not according to http://boinc.berkeley.edu/trac/wiki/AppVersionNew. Instead the od structure is created.

Afterwards bin/update_versions fails because of the wrong structure.

#1136 fixed SVN 24024: forum_index.php warning davea yoyo
Description

Displaying the forum index leads to this warning output on the forum index page:

Warning: Missing argument 2 for start_forum_table(), called in forum_index.php on line 96 and defined in inc/forum.inc on line 200

start_forum_table needs 2 arguments.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.