Re: [Paraview] ParaView v5 vs2008 or vs20013?

2016-04-09 Thread Nenad Vujicic
Utkarsh,

As always, your comments were successful :-).

Thank you very much!!

Nenad.

On Sat, Apr 9, 2016 at 3:51 PM, Utkarsh Ayachit  wrote:

> Nenad,
>
> 1. The ParaView binaries for 5.0/5.0.1 are built using Visual Studio
> 12 2013 (MSVC 18.0.31101.0).
> 2. For Windows, we only test ParaVIew superbuild using "Ninja"
> generator, and not VS IDE. Thus, run the CMake GUI from an appropriate
> Visual Studio Command prompt and choose the Ninja generator. You'll
> need to install Ninja (https://ninja-build.org/) before doing that.
> 3. Enable Qt4 if you want to build GUI, and not Qt5 yet.
>
> Here are the CMakeCache files for out 64 bit MPI [1] and NO-MPI builds [2].
>
> Hope that helps,
> Utkarsh
>
> [1] https://open.cdash.org/viewNotes.php?buildid=4313885##note4
> [2] https://open.cdash.org/viewNotes.php?buildid=4313982##note4
>
> On Sat, Apr 9, 2016 at 9:15 AM, Nenad Vujicic  wrote:
> > Hello everyone,
> >
> > Which Visual Studio and CMake were used for preparing ParaView v5
> binaries
> > from http://www.paraview.org/download/ ? I tried to build
> ParaViewSuperbuild
> > using VS2013 / VS2012 and CMake 2.8.11.2 / 3.4.1, but, didn't have
> success.
> > Here is what I did:
> >
> > 1) Downloaded currently the latest Superbuild sources (from master
> branch),
> > 2) create build inside of Superbuild, run cmake-gui ..,
> > 3) I turned OFF using ParaView git sources, turned ON most of packages
> under
> > ENABLE (except mpi, manta, libxml2, etc) and hit Configure / Generate, I
> > used system Qt v4 (everything is x64),
> > 4) Opened generated solution from VS IDE, tried first to build zlib
> project
> > and nothing happened, only reported:
> >
> > 1>-- Rebuild All started: Project: zlib, Configuration: Release x64
> > --
> > 1>  Building Custom Rule C:/Projects/PVdev/Superbuild/CMakeLists.txt
> > 1>  CMake does not need to re-run because
> > C:\Projects\PVdev\Superbuild\build\CMakeFiles\generate.stamp is
> up-to-date.
> > 1>  Creating directories for 'zlib'
> > 1>  No download step for 'zlib'
> > 1>  No update step for 'zlib'
> > 1>  No patch step for 'zlib'
> > 1>  No configure step for 'zlib'
> > 1>  No build step for 'zlib'
> > 1>  No install step for 'zlib'
> > 1>  Completed 'zlib'
> > == Rebuild All: 1 succeeded, 0 failed, 0 skipped ==
> >
> > 5) Btw, if I turn on mpi during cmake phase, I get a lot of errors (like
> > missing MPI_CXX_COMPILER) during Configuring. I cannot even come to
> > generating building files.
> >
> > Can someone shed more light on building process of PV v5, please?
> >
> > Thanks in advance,
> > Nenad.
> >
> > ___
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at
> > http://www.kitware.com/opensource/opensource.html
> >
> > Please keep messages on-topic and check the ParaView Wiki at:
> > http://paraview.org/Wiki/ParaView
> >
> > Search the list archives at: http://markmail.org/search/?q=ParaView
> >
> > Follow this link to subscribe/unsubscribe:
> > http://public.kitware.com/mailman/listinfo/paraview
> >
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] [EXTERNAL] Re: Surface LIC plugin

2016-04-09 Thread Utkarsh Ayachit
Alan,

It's optional since it doesn't necessarily work on all supported OpenGL
drivers -- at least that used to be the case in OpenGL1 days. I need to
check if that's still true.

On Mon, Apr 4, 2016 at 4:57 PM, Scott, W Alan  wrote:

> OK, with all of the very good, simple explanations, I get it.  Nice
> feature.  Why isn't it enabled by default?  I.e., why do you need to load
> the optional plugin?
>
> Here is an image I created with the help of Surface LIC.
>
>
> Alan
>
>
>
> -Original Message-
> From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com]
> Sent: Monday, April 04, 2016 12:34 PM
> To: Moreland, Kenneth
> Cc: Scott, W Alan; paraview@paraview.org
> Subject: Re: [EXTERNAL] Re: [Paraview] Surface LIC plugin
>
> On Mon, Apr 4, 2016 at 2:31 PM, Moreland, Kenneth 
> wrote:
> > To specify further, I get the same results on my Mac. I do see the LIC
> on the surface inside that hole. I was refering to the outside part of the
> cylinder. But looking more closely at the data, I see that the velocity is
> 0 there, so that would explain why the LIC is not showing anything there.
>
> Ah, yes, that's correct. That was changed a long time ago to just mask out
> regions with zero velocity rather than showing noise, which I believe it
> did in its initial incarnations.
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] ParaView v5 vs2008 or vs20013?

2016-04-09 Thread Utkarsh Ayachit
Nenad,

1. The ParaView binaries for 5.0/5.0.1 are built using Visual Studio
12 2013 (MSVC 18.0.31101.0).
2. For Windows, we only test ParaVIew superbuild using "Ninja"
generator, and not VS IDE. Thus, run the CMake GUI from an appropriate
Visual Studio Command prompt and choose the Ninja generator. You'll
need to install Ninja (https://ninja-build.org/) before doing that.
3. Enable Qt4 if you want to build GUI, and not Qt5 yet.

Here are the CMakeCache files for out 64 bit MPI [1] and NO-MPI builds [2].

Hope that helps,
Utkarsh

[1] https://open.cdash.org/viewNotes.php?buildid=4313885##note4
[2] https://open.cdash.org/viewNotes.php?buildid=4313982##note4

On Sat, Apr 9, 2016 at 9:15 AM, Nenad Vujicic  wrote:
> Hello everyone,
>
> Which Visual Studio and CMake were used for preparing ParaView v5 binaries
> from http://www.paraview.org/download/ ? I tried to build ParaViewSuperbuild
> using VS2013 / VS2012 and CMake 2.8.11.2 / 3.4.1, but, didn't have success.
> Here is what I did:
>
> 1) Downloaded currently the latest Superbuild sources (from master branch),
> 2) create build inside of Superbuild, run cmake-gui ..,
> 3) I turned OFF using ParaView git sources, turned ON most of packages under
> ENABLE (except mpi, manta, libxml2, etc) and hit Configure / Generate, I
> used system Qt v4 (everything is x64),
> 4) Opened generated solution from VS IDE, tried first to build zlib project
> and nothing happened, only reported:
>
> 1>-- Rebuild All started: Project: zlib, Configuration: Release x64
> --
> 1>  Building Custom Rule C:/Projects/PVdev/Superbuild/CMakeLists.txt
> 1>  CMake does not need to re-run because
> C:\Projects\PVdev\Superbuild\build\CMakeFiles\generate.stamp is up-to-date.
> 1>  Creating directories for 'zlib'
> 1>  No download step for 'zlib'
> 1>  No update step for 'zlib'
> 1>  No patch step for 'zlib'
> 1>  No configure step for 'zlib'
> 1>  No build step for 'zlib'
> 1>  No install step for 'zlib'
> 1>  Completed 'zlib'
> == Rebuild All: 1 succeeded, 0 failed, 0 skipped ==
>
> 5) Btw, if I turn on mpi during cmake phase, I get a lot of errors (like
> missing MPI_CXX_COMPILER) during Configuring. I cannot even come to
> generating building files.
>
> Can someone shed more light on building process of PV v5, please?
>
> Thanks in advance,
> Nenad.
>
> ___
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] paraview quits when run through Windows Remote Desktop

2016-04-09 Thread Utkarsh Ayachit
Curious indeed. I suppose it depends on the drivers on your system
then. May be someone with a better understanding of remote desktop &
Windows/OpenGL can comment on this.

Utkarsh

On Fri, Apr 1, 2016 at 8:28 AM, Andrew  wrote:
> Yes, I hope this is what you want.
>
> 2016-04-01 15:15 GMT+03:00 Utkarsh Ayachit :
>>
>> > Sorry for small offtopic, but I didn't notice any remote access issues
>> > with
>> > ParaView 5.0.1 RC2 on Windows 7 x64, but I use Linux client (FreeRDP
>> > 1.0.2).
>>
>> That's curious. Can you post the OpenGL information the About dialog
>> reports?
>
>
>
> ___
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] ParaView v5 vs2008 or vs20013?

2016-04-09 Thread Nenad Vujicic
Hello everyone,

Which Visual Studio and CMake were used for preparing ParaView v5 binaries
from http://www.paraview.org/download/  ?
I tried to build ParaViewSuperbuild using VS2013 / VS2012 and CMake
2.8.11.2 / 3.4.1, but, didn't have success. Here is what I did:

1) Downloaded currently the latest Superbuild sources (from master branch),
2) create build inside of Superbuild, run cmake-gui ..,
3) I turned OFF using ParaView git sources, turned ON most of packages
under ENABLE (except mpi, manta, libxml2, etc) and hit Configure /
Generate, I used system Qt v4 (everything is x64),
4) Opened generated solution from VS IDE, tried first to build zlib project
and nothing happened, only reported:

1>-- Rebuild All started: Project: zlib, Configuration: Release x64
--
1>  Building Custom Rule C:/Projects/PVdev/Superbuild/CMakeLists.txt
1>  CMake does not need to re-run because
C:\Projects\PVdev\Superbuild\build\CMakeFiles\generate.stamp is up-to-date.
1>  Creating directories for 'zlib'
1>  No download step for 'zlib'
1>  No update step for 'zlib'
1>  No patch step for 'zlib'
1>  No configure step for 'zlib'
1>  No build step for 'zlib'
1>  No install step for 'zlib'
1>  Completed 'zlib'
== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==

5) Btw, if I turn on mpi during cmake phase, I get a lot of errors (like
missing MPI_CXX_COMPILER) during Configuring. I cannot even come to
generating building files.

Can someone shed more light on building process of PV v5, please?

Thanks in advance,
Nenad.
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview