Re: [brlcad-devel] Ray tracing and multiple cpus

2014-09-16 Thread Tom Browder
On Mon, Sep 15, 2014 at 10:48 AM, Tom Browder wrote: ... > The tgm is unknown to me I heard later that one of the problem targets is the BRL-CAD m35.g, so I have something to work with. I plan to check one of the stock converters against ours and see if that gives a clue. I will choose g-vrml u

Re: [brlcad-devel] Ray tracing and multiple cpus

2014-09-15 Thread Tom Browder
On Mon, Sep 15, 2014 at 10:21 AM, Christopher Sean Morrison wrote: >> I have looked at the functions I explicitly use and see there is a >> func arg for the number of cpus and I have them set to 1. However, my >> coworker is processing a large tgm and has trouble killing the using >> program and

Re: [brlcad-devel] Ray tracing and multiple cpus

2014-09-15 Thread Christopher Sean Morrison
Hi Tom, On Sep 15, 2014, at 7:07 AM, Tom Browder wrote: > I have a program that uses librt for ray tracing and I would like to > have the option to use just one cpu. (I'm currently using version > 7.24.2.) > > I have looked at the functions I explicitly use and see there is a > func arg for th

[brlcad-devel] Ray tracing and multiple cpus

2014-09-15 Thread Tom Browder
I have a program that uses librt for ray tracing and I would like to have the option to use just one cpu. (I'm currently using version 7.24.2.) I have looked at the functions I explicitly use and see there is a func arg for the number of cpus and I have them set to 1. However, my coworker is pro