- 16 Oct, 2015 1 commit
-
-
loring authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27504 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 15 Oct, 2015 4 commits
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27502 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
I updated the visit-create-chksums script for the 2.10 release. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27498 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
I removed the "parallel pshort" launch profile from the Zin host profile since the pshort queue was removed. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27491 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27487 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 14 Oct, 2015 5 commits
-
-
brugger authored
I fixed a bug in visit-install that prevented it from copying the data files into the installation directory. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27485 18c085ea-50e0-402c-830e-de6fd14e8384
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27482 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
I made a final pass at tweeking the 2.10 release notes. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27479 18c085ea-50e0-402c-830e-de6fd14e8384
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27473 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27472 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 13 Oct, 2015 3 commits
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27471 18c085ea-50e0-402c-830e-de6fd14e8384
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27465 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27464 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 12 Oct, 2015 6 commits
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27463 18c085ea-50e0-402c-830e-de6fd14e8384
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27460 18c085ea-50e0-402c-830e-de6fd14e8384
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27452 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
1) I modified the aztec config site file to use the latest mili library. 2) I modified makemili so that it works again. Starting with VisIt 2.9, the VisIt launch script adds "-forceversion version_number" to the front of the command line options for all the tools that it runs. In the case of makemili, this resulted in it interpreting the version number as the name of the file to process. Now it will interpret the "-forceversion" option and properly gets the name of the file to process. This resolves #2413. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27451 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
I modified bv_boost to also build boost_chrono and boost_timer, since they are needed by nektar++. I also added boost_chrono and boost_timer to the list of boost libraries in FindVisItBoost. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27448 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27442 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 11 Oct, 2015 1 commit
-
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27441 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 10 Oct, 2015 1 commit
-
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27440 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 09 Oct, 2015 5 commits
-
-
kgriffin authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27439 18c085ea-50e0-402c-830e-de6fd14e8384
-
camc authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27436 18c085ea-50e0-402c-830e-de6fd14e8384
-
cyrush authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27435 18c085ea-50e0-402c-830e-de6fd14e8384
-
camc authored
- New query and extents, bounds - Fixed bounding bug, tested with scalar fields on Uintah data "80_GW" - Multibox mesh and queries using multiple domains. - The plugin in now try to parse an .ups file with the same name and location of the IDX file. If found it reads the boxes and build the domains, meshes and query accordingly. If not found only one box is used for the full domain. - Vector field working. - There was a problem in the deallocation of the arrays in the multi box query, the deallocation now is delegated to visit. - Fixed bounding problem on multiple-box. Seems like working also for vector variables. First tests in parallel, load balancing in progress. - Load balancing. Tested with and without boxes file in serial and parallel mode with different number of processors. It creates N rectangular domains that are allocated statically to the processes using also the box information (if any). - Boundary definition for global mesh (probably useful for SLIVR raycaster). - CMake clean up, tested configuration on ash. - Replacement of stof and stoi (c++11 only) functions for compatibility - Added check on timestep existence before query, fixed bug for 2D - Exposed timesteps range - Fix for 2D vector field. Had to convert the array from 2 to 3 components cause it is what VisIt expect - cleanup idx plugin debug into git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27432 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27431 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 07 Oct, 2015 6 commits
-
-
brugger authored
I updated to the latest mili library on a number of machines. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27425 18c085ea-50e0-402c-830e-de6fd14e8384
-
loring authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27422 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
I rebuilt the third party libraries for 2.10 on ubuntu1404_64. I also enhanced the open build script to build both with and without mesa versions of the distribution. This together with checkins 27281 and 27377 (2.10RC) and 27283 and 27379 (trunk) resolves #2312. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27421 18c085ea-50e0-402c-830e-de6fd14e8384
-
cyrush authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27416 18c085ea-50e0-402c-830e-de6fd14e8384
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27412 18c085ea-50e0-402c-830e-de6fd14e8384
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27409 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 06 Oct, 2015 3 commits
-
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27401 18c085ea-50e0-402c-830e-de6fd14e8384
-
miller86 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27397 18c085ea-50e0-402c-830e-de6fd14e8384
-
whitlocb authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27394 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 05 Oct, 2015 5 commits
-
-
brugger authored
1) I rebuilt the third party libraries for 2.10 on ubuntu1104_64. I also enhanced the open build script to build both with and without mesa versions of the distribution. 2) I modified build_visit on the 2.10RC to use the 2.10RC branch instead of the trunk. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27379 18c085ea-50e0-402c-830e-de6fd14e8384
-
allens authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27375 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
I cleaned up the 2.10 release notes. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27374 18c085ea-50e0-402c-830e-de6fd14e8384
-
brugger authored
1) I corrected a bug with the silo reader that caused "_meshtv_searchpath" to be ignored. I also added support for reading "_visit_searchpath" as a synonym for "_meshtv_searchpath". This resolves #2401. 2) I added the utility "add_visit_searchpath" that adds a "_visit_searchpath" to the root directory of a Silo file. Its usage is: ./add_visit_searchpath filename <searchpath> If the searchpath is not specified then an empty search path is added, causing VisIt to only look for variables at the root level of the Silo file. This resolves #2402. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27371 18c085ea-50e0-402c-830e-de6fd14e8384
-
loring authored
first issue: vtk's opengl extension manager (base class for osmesa extension manager) had changed in vtk 6.1. we were overriding all the base class methods using a copy of an out of date version of vtk class code. as a result base class was not getting initialized and vtk's open gl feature detection, driver, and gl identification were not working. To address this I got rid of the overrides that didn't change vtk behavior and instead use the base class implementation in those cases. this makes sure the base class member variables get initialized and feature detection etc works again. second issue: I also let visit enable the blend_function_separate extension. in vtk this is the most efficient way to ensure correct alpha values during transparent rendering and is required for vtk's depth peeling algorithm. In a number of plots in visit that need a specific blend function I had to set the blend function explicitly and save and restore the related gl blending state. note: plots that make use of GL_SRC_ALPHA,GL_ONE_MINUS_SRC_ALPHA mode for alpha blending don't produce correct alpha values. I didn't change that here. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@27366 18c085ea-50e0-402c-830e-de6fd14e8384
-