POV-Ray : Newsgroups : povray.unix : Install on Solaris 8 : Re: Install on Solaris 8 Server Time
28 Jul 2024 14:32:29 EDT (-0400)
  Re: Install on Solaris 8  
From: Dennis Clarke
Date: 10 Jun 2001 16:08:25
Message: <3B23D3C2.473B266E@interlog.com>
Have a look at http://redman.livewire.ca/povray/povray.html

The package that you need is at
http://redman.livewire.ca/povray/povray31g.sparc.tgz

A sample scene file to test with is at
http://redman.livewire.ca/povray/scene/tet5.pov

The kit includes three binaries for both povray and x-povray.  They are : 

   1 ) Generic Sparc - no optimizations - workshop 5.0 compiler
   2 ) Sparc Version 1 - compiled with gcc 2.95.3, tweaked a bit
   3 ) UltraSparc Version 1 - optimized with -fast - workshop 5.0 compiler

Typical run times for each are as follows : 


$ psrinfo -v
Status of processor 0 as of: 06/10/01 15:16:18
  Processor has been on-line since 06/04/01 19:07:28.
  The sparcv9 processor operates at 296 MHz,
        and has a sparcv9 floating point processor.
Status of processor 1 as of: 06/10/01 15:16:18
  Processor has been on-line since 06/04/01 19:07:34.
  The sparcv9 processor operates at 296 MHz,
        and has a sparcv9 floating point processor.

$ netstat -k | grep pp_kernel
desscan 25 pp_kernel 3779 pagesfree 38061 pageslocked 4131 pagestotal 62642

Generic Sparc binary

$ /usr/local/povray31/povray_sparc_generic -I./scene/tet5.pov -O./tet5.tga \
> +W320 +H240 -D +FT +GA +Q9 +V +B512 +X320
Persistence of Vision(tm) Ray Tracer Version 3.1g.SunOS.cc
  This is an unofficial version compiled by:
   Dennis M. Clarke   dcl### [at] blastwavecom
  The POV-Ray Team(tm) is not responsible for supporting this version.
Copyright 1999 POV-Ray Team(tm)
Parsing Options
  Input file: ./scene/tet5.pov (compatible to version 3.1)
  Remove bounds........On  Split unions........Off
  Library paths:
Output Options
  Image resolution 320 by 240 (rows 1 to 240, columns 1 to 320).
  Output file: ./tet5.tga, 24 bpp Targa, 512 KByte buffer
  Graphic display.....Off
  Mosaic preview......Off
  CPU usage histogram.Off
  Continued trace.....Off  Allow interruption...On  Pause when done.....Off
  Verbose messages.....On
Tracing Options
  Quality:  9
  Bounding boxes.......On  Bounding threshold: 25
  Light Buffer.........On  Vista Buffer.........On
  Antialiasing........Off
  Radiosity...........Off
Animation Options
  Clock value....   0.000  (Animation off)
Redirecting Options
  All Streams to console..........On
  Debug Stream to console.........On
  Fatal Stream to console.........On
  Render Stream to console........On
  Statistics Stream to console....On
  Warning Stream to console.......On


Parsing......No pigment type given.
.

Creating bounding slabs.
Scene contains 15 frame level objects; 4 infinite.      

  0:03:00 Rendering line  240 of  240.
Done Tracing
./scene/tet5.pov Statistics, Resolution 320 x 240
----------------------------------------------------------------------------
Pixels:           76800   Samples:           76800   Smpls/Pxl: 1.00
Rays:            337892   Saved:             41599   Max Level: 20/20
----------------------------------------------------------------------------
Ray->Shape Intersection          Tests       Succeeded  Percentage
----------------------------------------------------------------------------
Box                           13403065         3677382     27.44
Cone/Cylinder                  2062010          130791      6.34
CSG Intersection              15465075          784543      5.07
CSG Union                      3093015          197788      6.39
Plane                         20620100         8506101     41.25
Sphere                         8248040         5116201     62.03
Torus                          3093015            7597      0.25
Torus Bound                    3093015            9029      0.29
----------------------------------------------------------------------------
Roots tested:                 9029   eliminated:                2303
Calls to Noise:             854262   Calls to DNoise:         886760
----------------------------------------------------------------------------
Shadow Ray Tests:         11020815   Succeeded:               319484
Reflected Rays:             178280   Total Internal:           72017
Refracted Rays:              82812
----------------------------------------------------------------------------
Smallest Alloc:                 12 bytes   Largest:           524296
Peak memory used:           672040 bytes
----------------------------------------------------------------------------
Time For Trace:    0 hours  3 minutes   0.0 seconds (180 seconds)
    Total Time:    0 hours  3 minutes   0.0 seconds (180 seconds)



----------------

Version 1 Sparc Binary Compiled with gcc 2.95.3

$ /usr/local/povray31/povray_sparc_v1 -I./scene/tet5.pov -O./tet5.tga \
> +W320 +H240 -D +FT +GA +Q9 +V +B512 +X320
Persistence of Vision(tm) Ray Tracer Version 3.1g.SunOS.gcc
  This is an unofficial version compiled by:
  Dennis M. Clarke  dcl### [at] interlogcom
  The POV-Ray Team(tm) is not responsible for supporting this version.
Copyright 1999 POV-Ray Team(tm)
Parsing Options
  Input file: ./scene/tet5.pov (compatible to version 3.1)
  Remove bounds........On  Split unions........Off
  Library paths:
Output Options
  Image resolution 320 by 240 (rows 1 to 240, columns 1 to 320).
  Output file: ./tet5.tga, 24 bpp Targa, 512 KByte buffer
  Graphic display.....Off
  Mosaic preview......Off
  CPU usage histogram.Off
  Continued trace.....Off  Allow interruption...On  Pause when done.....Off
  Verbose messages.....On
Tracing Options
  Quality:  9
  Bounding boxes.......On  Bounding threshold: 25
  Light Buffer.........On  Vista Buffer.........On
  Antialiasing........Off
  Radiosity...........Off
Animation Options
  Clock value....   0.000  (Animation off)
Redirecting Options
  All Streams to console..........On
  Debug Stream to console.........On
  Fatal Stream to console.........On
  Render Stream to console........On
  Statistics Stream to console....On
  Warning Stream to console.......On


Parsing......No pigment type given.
.

Creating bounding slabs.
Scene contains 15 frame level objects; 4 infinite. 


  0:01:44 Rendering line  240 of  240.
Done Tracing
./scene/tet5.pov Statistics, Resolution 320 x 240
----------------------------------------------------------------------------
Pixels:           76800   Samples:           76800   Smpls/Pxl: 1.00
Rays:            337892   Saved:             41599   Max Level: 20/20
----------------------------------------------------------------------------
Ray->Shape Intersection          Tests       Succeeded  Percentage
----------------------------------------------------------------------------
Box                           13403065         3677382     27.44
Cone/Cylinder                  2062010          130791      6.34
CSG Intersection              15465075          784543      5.07
CSG Union                      3093015          197788      6.39
Plane                         20620100         8506101     41.25
Sphere                         8248040         5116201     62.03
Torus                          3093015            7597      0.25
Torus Bound                    3093015            9029      0.29
----------------------------------------------------------------------------
Roots tested:                 9029   eliminated:                2303
Calls to Noise:             854262   Calls to DNoise:         886760
----------------------------------------------------------------------------
Shadow Ray Tests:         11020815   Succeeded:               319484
Reflected Rays:             178280   Total Internal:           72017
Refracted Rays:              82812
----------------------------------------------------------------------------
Smallest Alloc:                 12 bytes   Largest:           524296
Peak memory used:           672040 bytes
----------------------------------------------------------------------------
Time For Trace:    0 hours  1 minutes  44.0 seconds (104 seconds)
    Total Time:    0 hours  1 minutes  44.0 seconds (104 seconds)



-----------

Version 8a UltraSparc Binary compiled with Sun WorkShop 5.0

$ /usr/local/povray31/povray_sparc_v8 -I./scene/tet5.pov -O./tet5.tga \
> +W320 +H240 -D +FT +GA +Q9 +V +B512 +X320
Persistence of Vision(tm) Ray Tracer Version 3.1g.SunOS.cc
  This is an unofficial version compiled by:
   Dennis M. Clarke   dcl### [at] blastwavecom
  The POV-Ray Team(tm) is not responsible for supporting this version.
Copyright 1999 POV-Ray Team(tm)
Parsing Options
  Input file: ./scene/tet5.pov (compatible to version 3.1)
  Remove bounds........On  Split unions........Off
  Library paths:
Output Options
  Image resolution 320 by 240 (rows 1 to 240, columns 1 to 320).
  Output file: ./tet5.tga, 24 bpp Targa, 512 KByte buffer
  Graphic display.....Off
  Mosaic preview......Off
  CPU usage histogram.Off
  Continued trace.....Off  Allow interruption...On  Pause when done.....Off
  Verbose messages.....On
Tracing Options
  Quality:  9
  Bounding boxes.......On  Bounding threshold: 25
  Light Buffer.........On  Vista Buffer.........On
  Antialiasing........Off
  Radiosity...........Off
Animation Options
  Clock value....   0.000  (Animation off)
Redirecting Options
  All Streams to console..........On
  Debug Stream to console.........On
  Fatal Stream to console.........On
  Render Stream to console........On
  Statistics Stream to console....On
  Warning Stream to console.......On


Parsing......No pigment type given.
.

Creating bounding slabs.
Scene contains 15 frame level objects; 4 infinite.

  0:01:42 Rendering line  240 of  240.
Done Tracing
./scene/tet5.pov Statistics, Resolution 320 x 240
----------------------------------------------------------------------------
Pixels:           76800   Samples:           76800   Smpls/Pxl: 1.00
Rays:            337892   Saved:             41599   Max Level: 20/20
----------------------------------------------------------------------------
Ray->Shape Intersection          Tests       Succeeded  Percentage
----------------------------------------------------------------------------
Box                           13403065         3677382     27.44
Cone/Cylinder                  2062010          130791      6.34
CSG Intersection              15465075          784543      5.07
CSG Union                      3093015          197788      6.39
Plane                         20620100         8506101     41.25
Sphere                         8248040         5116201     62.03
Torus                          3093015            7597      0.25
Torus Bound                    3093015            9029      0.29
----------------------------------------------------------------------------
Roots tested:                 9029   eliminated:                2303
Calls to Noise:             854262   Calls to DNoise:         886760
----------------------------------------------------------------------------
Shadow Ray Tests:         11020815   Succeeded:               319484
Reflected Rays:             178280   Total Internal:           72017
Refracted Rays:              82812
----------------------------------------------------------------------------
Smallest Alloc:                 12 bytes   Largest:           524296
Peak memory used:           672040 bytes
----------------------------------------------------------------------------
Time For Trace:    0 hours  1 minutes  42.0 seconds (102 seconds)
    Total Time:    0 hours  1 minutes  42.0 seconds (102 seconds)


Dennis Clarke
Solaris Admin


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.