- 30 Jul, 2009 1 commit
-
-
brugger authored
1) I updated the build and install notes for release 1.12. 2) I corrected a messed up tag in the 1.12.0 release notes, as well as modifying recently added content for consistency. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@7979 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 29 Dec, 2008 1 commit
-
-
brugger authored
1) I made several updates for the upcoming visit 1.11.2. These include: a) I updated the version number in BUILD_NOTES and INSTALL_NOTES. b) I updated the build date in the splash screen. c) I updated the location where visit is installed in the host profiles for ellipse.uchicago.edu. d) I added a release notes file for 1.11.2. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@5930 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 08 Dec, 2008 1 commit
-
-
brugger authored
1) I added host profiles for alastor, a 21 node opteron cluster with 16 cores per node. I updated the release notes with the change. I also corrected an error in the html. 2) I updated BUILD_NOTES, BUILD_NOTES_MacOSX and INSTALL_NOTES for 1.11.1 git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@5785 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 14 Oct, 2008 1 commit
-
-
brugger authored
1) I updated the build and install notes for release 1.11. 2) I removed quad from the open build and install scripts since the machine is no longer around. I also removed the host profiles for it. I left the config-site file for quad as an example of an IRIX config site file. 3) I removed lilac fvrom the open build and install scriptss since the machine will be retired before 1.11 is released. I also removed the host profiles and config site files for it. 4) I changed the version in build_visit to 1.11.0. 5) I changed the date on the splash screen. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@5317 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 08 Aug, 2008 1 commit
-
-
brugger authored
1) I updated the BUILD_NOTES and INSTALL_NOTES notes for release 1.10. 2) I made some modifications so that VisIt would compile with the xlc and MIPSpro compilers. 3) I updated the yana config site file for chaos 4 and made the prism config site file a link to it, since it was no longer different. I also removed the build and install of the infiniband version built on prism since the yana version will now run on the infiniband systems (through the magic of shared libraries.) 4) I updated the open config site files to no longer specify "-switch ib" for any of the host profiles since it is no longer necessary. I changed the parallel host profile for yana to use srun instead of mpirun. This resolves visit00008648 and partially resolves visit00008649. 5) I updated the date on the splash screen. 6) I merged someone elses files from the RC to the trunk. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@4805 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 17 Jun, 2008 1 commit
-
-
brugger authored
I updated the build and install notes for release 1.9.1. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@4465 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 21 Apr, 2008 2 commits
-
-
miller86 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@3946 18c085ea-50e0-402c-830e-de6fd14e8384
-
miller86 authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@3944 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 10 Apr, 2008 1 commit
-
-
brugger authored
1) I updated the build and install notes for release 1.9.0. 2) I added a configure test for isfinite since it doesn't exist in the MIPSpro 7.41 and gcc 3.2 compilers. I then modified the files that use isfinite to do so conditionally. This means that the test won't be done on those systems but I don't know a work around. 3) I added a "using std::find;" to one of the Flash database plugin source files to get VisIt to build with the MIPSpro 7.41 compiler. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@3799 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 05 Mar, 2008 1 commit
-
-
brugger authored
1) I updated the build and install notes for 1.8.1. 2) I modified the pengra config site file to use the 4.6.1 install of Silo so that the Silo reader would be able to read HDF5 based Silo files. This resolves visit00008532. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@3423 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 11 Jan, 2008 1 commit
-
-
brugger authored
1) I corrected the path to the HDF5 libraries in several config site files. 2) I added some Python version specific coding to work with older versions of Python. 3) I updated the build notes and install notes so that all references to 1.8 would be 1.8.0. The visit-bin-dist names the distribution files with the version, which is 1.8.0, so for consistency, I decided to change the other files to 1.8.0 also. 4) I corrected a bug in the visit-install script where an error test that was added to check for write permission in the install directory inadvertently also required that the installation directory to already exist. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@2933 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 07 Jan, 2008 1 commit
-
-
brugger authored
1) I added the XDMF database reader to the databases Makefile.in. 2) I added a test for the function setenv to configure and then used that result to decide whether to use it or putenv in engine/main/Engine.C. 3) I updated the build and install notes for release 1.8. 4) I corrected the path to the silo library in the pengra config-site file. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@2836 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 13 Dec, 2007 1 commit
-
-
brugger authored
1) I updated the BUILD_NOTES and INSTALL_NOTES for release 1.7.1. 2) I corrected a comment in the visit install script. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@2659 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 12 Oct, 2007 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@2236 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 27 Jun, 2007 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@1369 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 17 Apr, 2007 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@868 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 02 Apr, 2007 6 commits
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@781 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@732 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@681 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@634 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@629 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@608 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 01 Apr, 2007 18 commits
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@572 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@524 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@498 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@464 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@420 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@389 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@348 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@319 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@303 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@277 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@267 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@246 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@244 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@232 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@225 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@189 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@168 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@155 18c085ea-50e0-402c-830e-de6fd14e8384
-