Skip to content

Commit

Permalink
debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed Oct 3, 2023
1 parent b7eee0c commit 20fe4ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/app_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ void CLIENT_STATE::app_test_init() {
av->app_files.push_back(*fref);
// can put other stuff here like
av->avg_ncpus = 1;
av->flops = 1e9;
av->gpu_ram = 1e7;
av->gpu_usage.rsc_type = PROC_TYPE_NVIDIA_GPU;
av->gpu_usage.usage = 1;
app_versions.push_back(av);

WORKUNIT *wu = new WORKUNIT;
Expand Down

0 comments on commit 20fe4ab

Please sign in to comment.