Displaying 4 results from an estimated 4 matches for "num_cores".
2012 May 05
5
certificate verification failed
Dear all,
I just moved my puppet-server [*puppetmaster*] from one machine to another
machine and regenerated the certificate(s) for the agent but since then I''m
getting these error on the client:
>
> [root@farm021 puppet]# puppetd -t
> info: Retrieving plugin
> err: /File[/var/lib/puppet/lib]: Failed to generate additional resources
> using
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
...vendor, cpu_devs[c->x86_vendor]->c_vendor,
sizeof(cpu->vendor));
*/
strlcpy(cpu->model, c->x86_vendor_id, sizeof(cpu->vendor));
strlcpy(cpu->model, c->x86_model_id, sizeof(cpu->model));
print_timer(et, "family-vendor strings");
cpu->num_cores = c->x86_num_cores;
cpu->l1_data_cache_size = c->x86_l1_data_cache_size;
cpu->l1_instruction_cache_size = c->x86_l1_instruction_cache_size;
cpu->l2_cache_size = c->x86_l2_cache_size;
print_timer(et, "cores-cachesizes");
}
-------------- next part ----...
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
...vendor, cpu_devs[c->x86_vendor]->c_vendor,
sizeof(cpu->vendor));
*/
strlcpy(cpu->model, c->x86_vendor_id, sizeof(cpu->vendor));
strlcpy(cpu->model, c->x86_model_id, sizeof(cpu->model));
print_timer(et, "family-vendor strings");
cpu->num_cores = c->x86_num_cores;
cpu->l1_data_cache_size = c->x86_l1_data_cache_size;
cpu->l1_instruction_cache_size = c->x86_l1_instruction_cache_size;
cpu->l2_cache_size = c->x86_l2_cache_size;
print_timer(et, "cores-cachesizes");
}
-------------- next part ----...
2016 Sep 16
6
(Thin)LTO llvm build
> On Sep 16, 2016, at 4:46 PM, Carsten Mattner <carstenmattner at gmail.com> wrote:
>
> On Sat, Sep 17, 2016 at 12:48 AM, Teresa Johnson <tejohnson at google.com <mailto:tejohnson at google.com>> wrote:
>>
>> On Fri, Sep 16, 2016 at 2:54 PM, Carsten Mattner via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>>
>>> On Fri, Sep 16,