[Paraview] OSF1 or Tru64?

Kent Eschenberg eschenbe at psc.edu
Tue Feb 22 13:24:55 EST 2005


Hi Bill,

--On Tuesday, February 22, 2005 12:29:54 PM -0500 "William A. Hoffman" 
<billlist at nycap.rr.com> wrote:
> Is there something different that needs to be done for
> OSF1 or Tru64? Do you need an IF based on the
> CMAKE_SYSTEM_NAME?

I assume CMake has some "if" statements based on that variable.

> For the cmake/vtk
> dashboards we have on an OSF machine we get
> CMAKE_SYSTEM_NAME == "OSF1"
>
> Seems to work, so my question is why would you change it?

Because ParaView will not compile on our system. We spent about a week 
getting ParaView 1.6.3 to work using a lot of hand editing.

The main problem is that CMake doesn't get the size of various variables 
right. It is also unable to decide between various overloaded functions in 
some places. Its not really a CMake problem - its just that our system may 
be a bit unusual. I hope to find a way to nudge CMake in the right 
direction.


At 05:44 PM 2/21/2005, Kent Eschenberg wrote:
>CMake (and therefore ParaView) can set
> CMAKE_SYSTEM_NAME to OSF/1 or Tru64, in
> addition to other values.
>
>Some packages use "OSF/1" to refer to OSF/1 v2.x and
> v3.x, "Digital Unix" to refer to OSF/1 v4.x, and Tru64 to
> refer to v5.x. What is the correct mapping for CMake?
>
>"uname" says our system is OSF/1 v5.1 (and so that's
> what ParaView thinks) but perhaps I should force it to
> think it is Tru64.

Kent
- - -
Kent Eschenberg   eschenbe at psc.edu   (412)268-6829
Scientific Visualization Specialist
Pittsburgh Supercomputing Center



More information about the ParaView mailing list