Chet Nieter
Chet Nieter
With fletch and kwiver set to the latest releases as well as a few other fixes I have made that are already in master the superbuild builds for me on...
#508 updates the tags for kwiver and fletch. I have confirmed it builds for me on MacOS (10.14.6) and Linux (Ubuntu 18.04).
@skinkie The tags for kwiver and fletch have now been updated in the master branch. Could you check and see if this resolves your issue? I would suggest you try...
> > It seems our older version of OpenCV is not compatible with CUDA 11. Fletch provides a new version, but we haven't configured TeleSculptor to use it. I'm going...
@Baasje85 The CUDA issues should be resolved in the release branch now.
@cjh1 PTL
@cjh1 Should I change hosts for the docker set up in site.yml to nwchem and then add a nwchem group [here](https://github.com/Kitware/HPCCloud-deploy/blob/master/Vagrantfile#L96-L99)?
There is a similar PR #722 that includes a patch needed for the kwiver v2 work.
@jourdain @cjh1 So I applied Utkarsh's patch to ParaView and installed the patched version on ulmus. I made some simple changes the pvw.sh script to use mpi and pvbatch instead...
I still get the same error even with the guard. Apparently getApplication() is returning None even on process 0. ``` if (servermanager.vtkProcessModule.GetProcessModule().GetPartitionId() == 0): self.getApplication().InvokeEvent('PushRender') ```