On Thu, Jan 6, 2011 at 13:02, Christopher Sean Morrison <[email protected]> wrote:
>
> On Jan 6, 2011, at 1:29 PM, Tom Browder wrote:
>
>> ok    nmg: pass       bot: pass       0s     #14 htruck.g:/C2203_0.s
>
> Hm, okay.  It's not calculating the conversion run time.  That's
> probably due to differences in the output of the time command.  Can
> you run verbose and post the output?  --verbose or VERBOSE=1 as a
> parameter will do the trick.

Okay, here's the beginning chunk. I don't think you want the whole
mess (1000+ objects):

Verbose output enabled
B R L - C A D   C O N V E R S I O N
===================================
Running /usr/local/bin/conversion.sh on Thu Jan  6 13:06:17 CST 2011
Logging output to conversion-5983-run.log
Linux juvat 2.6.35-23-generic #41-Ubuntu SMP Wed Nov 24 11:55:36 UTC
2010 x86_64 GNU/Linux
Using [/usr/local/brlcad-7.18.0/bin/mged] for GED
Using [300] for MAXTIME

-=-
$ cp "htruck.g" "htruck.g.conversion"
$ mged -c "htruck.g.conversion" search .
/C9200_0.s
...
/C2140_0.s
$ mged -c htruck.g.conversion facetize -n "C9200_0.s.nmg" "C9200_0.s"
facetize:  tessellating primitives with tolerances a=0, r=0.01, n=0
facetize:  evaluating boolean expressions
facetize:  C9200_0.s
facetize:  converting NMG to database format
0.10user 0.04system 0:00.14elapsed 95%CPU (0avgtext+0avgdata 91328maxresident)k
0inputs+72outputs (0major+5886minor)pagefaults 0swaps
$ mged -c htruck.g.conversion facetize "C9200_0.s.bot" "C9200_0.s"
facetize:  tessellating primitives with tolerances a=0, r=0.01, n=0
facetize:  evaluating boolean expressions
facetize:  C9200_0.s
facetize:  converting to BOT format
0.13user 0.01system 0:00.15elapsed 92%CPU (0avgtext+0avgdata 91104maxresident)k
0inputs+0outputs (0major+5872minor)pagefaults 0swaps
ok      nmg: pass       bot: pass       0s      #1 htruck.g:/C9200_0.s
$ mged -c htruck.g.conversion facetize -n "C6030_0.s.nmg" "C6030_0.s"
facetize:  tessellating primitives with tolerances a=0, r=0.01, n=0
facetize:  evaluating boolean expressions
facetize:  C6030_0.s
facetize:  converting NMG to database format
0.12user 0.04system 0:00.17elapsed 92%CPU (0avgtext+0avgdata 94336maxresident)k
0inputs+360outputs (0major+6274minor)pagefaults 0swaps
$ mged -c htruck.g.conversion facetize "C6030_0.s.bot" "C6030_0.s"
facetize:  tessellating primitives with tolerances a=0, r=0.01, n=0
facetize:  evaluating boolean expressions
facetize:  C6030_0.s
facetize:  converting to BOT format
0.11user 0.05system 0:00.17elapsed 91%CPU (0avgtext+0avgdata 94624maxresident)k
0inputs+8outputs (0major+6171minor)pagefaults 0swaps
ok      nmg: pass       bot: pass       0s      #2 htruck.g:/C6030_0.s
$ mged -c htruck.g.conversion facetize -n "C5012_0.s.nmg" "C5012_0.s"
facetize:  tessellating primitives with tolerances a=0, r=0.01, n=0
facetize:  evaluating boolean expressions
facetize:  C5012_0.s
facetize:  converting NMG to database format
0.10user 0.04system 0:00.14elapsed 96%CPU (0avgtext+0avgdata 90320maxresident)k
0inputs+56outputs (0major+5877minor)pagefaults 0swaps
$ mged -c htruck.g.conversion facetize "C5012_0.s.bot" "C5012_0.s"
facetize:  tessellating primitives with tolerances a=0, r=0.01, n=0
facetize:  evaluating boolean expressions
facetize:  C5012_0.s
facetize:  converting to BOT format
0.11user 0.03system 0:00.14elapsed 95%CPU (0avgtext+0avgdata 90176maxresident)k
0inputs+0outputs (0major+5861minor)pagefaults 0swaps
ok      nmg: pass       bot: pass       0s      #3 htruck.g:/C5012_0.s
$ mged -c htruck.g.conversion facetize -n "C4410_0.s.nmg" "C4410_0.s"
facetize:  tessellating primitives with tolerances a=0, r=0.01, n=0
facetize:  evaluating boolean expressions
facetize:  C4410_0.s
facetize:  converting NMG to database format
0.15user 0.05system 0:00.20elapsed 97%CPU (0avgtext+0avgdata 101056maxresident)k
0inputs+776outputs (0major+6900minor)pagefaults 0swaps
$ mged -c htruck.g.conversion facetize "C4410_0.s.bot" "C4410_0.s"
facetize:  tessellating primitives with tolerances a=0, r=0.01, n=0
facetize:  evaluating boolean expressions
facetize:  C4410_0.s
facetize:  converting to BOT format
0.15user 0.04system 0:00.20elapsed 94%CPU (0avgtext+0avgdata 99968maxresident)k
0inputs+16outputs (0major+6705minor)pagefaults 0swaps
ok      nmg: pass       bot: pass       0s      #4 htruck.g:/C4410_0.s

I'm still waiting for the end of the run...

-Tom

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to