With superbuild, I'd strongly recommend using Ninja instead of the VS IDE. Ninja should also ensure that CPU utilization is maximum.
Utkarsh On Thu, Aug 11, 2016 at 5:35 PM, michal wozniak <[email protected]> wrote: > thanks > > > > I am currently trying the superbuild process. I usually pass pass /m:4 to my > msbuild to get 4 msbuild instance. When I used to build paraview (not > superbuild), the cpu utilization during the build was always at maximum but > with superbuild it is always around 20%. > > > > Do I also need to pass /MP parameter to enable multi-processor build ? > > > > > > > > From: Utkarsh Ayachit > Sent: Thursday, August 11, 2016 1:42 PM > To: michal wozniak > Cc: [email protected] > Subject: Re: [Paraview] Paraview Build python dependency > > > > I'd suggest using ParaView Superbuild to build redistributables > (https://gitlab.kitware.com/paraview/paraview-superbuild). > > Utkarsh > > On Tue, Aug 9, 2016 at 3:23 PM, michal wozniak <[email protected]> > wrote: >> Hi, >> >> I am building ParaView from source. When we test my release version on a >> different system, we can't use any feature that uses python : trace, >> python >> shell ... >> >> I installed your binary version and I saw that you provided the >> python27.DLL >> and a Lib folder which seem to be the one from python27 installation >> directory. So I copy pasted python27.dll and Lib folder into my release >> folder. When I use this release folder on a different computer, Paraview >> is >> still crashing when we try to use the trace feature which use python. >> >> Could someone tell me what's the correct way of deploying python with >> ParaView. If only there was some python tool like windeployqt.exe which >> is >> provided by qt. >> >> thanks >> >> Michal Wozniak >> >> _______________________________________________ >> 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
