Is there any thing that would cause the BOINC client to repeatedly restart jobs 
that error out?

We had a bunch of workunits error out in this if condition (for the whole 
program see 
https://github.com/travisdesell/Subset-Sum/blob/master/client/subset_sum_main.cpp
 ):

        if (max_set_value < subset_size) {
            fprintf(stderr, "Error max_set_value < subset_size. Quitting.\n");
            exit(0);
        }

And the BOINC client kept restarting the workunits (in what seemed like an 
infinite loop).  Are we doing something wrong here, and is there any fix for 
this?

Thanks,
--Travis

---------------------------------------------------------------------------
Travis Desell,  Assistant Professor
University of North Dakota - Dept. of Computer Science 
[email protected] - cell: 518-867-1054
Streibel Hall Room 220 - office: 777-701-3477
3950 Campus Road Stop 9015
Grand Forks, North Dakota 52802-9015

Homepage ( http://people.cs.und.edu/~tdesell/ )
MilkyWay@Home ( http://milkyway.cs.rpi.edu/ )
DNA@Home ( http://volunteer.cs.und.edu/dna )
Worldwide Computing Laboratory ( http://wcl.cs.rpi.edu/ )
----------------------------------------------------------------------------

_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to