Skip to content

Commit

Permalink
Added Uintah to the kickit config site file. (#3904)
Browse files Browse the repository at this point in the history
  • Loading branch information
brugger1 authored Sep 13, 2019
1 parent f4bf254 commit 381cc7d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 7 additions & 1 deletion src/config-site/kickit.llnl.gov.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/usr/gapps/visit/thirdparty_shared/3.0.1/cmake/3.9.3/linux-x86_64_gcc-4.8/bin/cmake
##
## ./build_visit3_0_1 generated host.cmake
## created: Tue Jul 9 16:18:54 PDT 2019
## created: Wed Sep 11 12:53:07 PDT 2019
## system: Linux kickit 5.0.8-1.el7.elrepo.x86_64 #1 SMP Wed Apr 17 10:11:44 EDT 2019 x86_64 x86_64 x86_64 GNU/Linux
## by: brugger1

Expand Down Expand Up @@ -250,6 +250,12 @@ VISIT_OPTION_DEFAULT(VISIT_PIDX_DIR ${VISITHOME}/pidx/${PIDX_VERSION}/${VISITARC
VISIT_OPTION_DEFAULT(VISIT_SILO_DIR ${VISITHOME}/silo/4.10.2/${VISITARCH})
VISIT_OPTION_DEFAULT(VISIT_SILO_LIBDEP HDF5_LIBRARY_DIR hdf5 ${VISIT_HDF5_LIBDEP} ZLIB_LIBRARY_DIR z TYPE STRING)

##
## Uintah
##
SETUP_APP_VERSION(UINTAH 2.6.0)
VISIT_OPTION_DEFAULT(VISIT_UINTAH_DIR ${VISITHOME}/uintah/${UINTAH_VERSION}/${VISITARCH})

##
## VTKM
##
Expand Down
6 changes: 4 additions & 2 deletions src/resources/help/en_US/relnotes3.0.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<li>Corrected a bug with the Uintah reader where it would not load because the libxml2 could not be found.</li>
<li>Corrected a bug where the GUI plot list goes blank on macOS.</li>
<li>Corrected a bug where the VTK reader incorrectly set topological dimension of a dataset to 0, making the dataset undrawable by VisIt. This occured in a multiblock case where the first block contained neither points nor cells.</li>
<li>Corrected a bug where the OriginalZoneLabels and OriginalNodeLabels appeared twice in the menu when opening mili datasets.</li>
<li>Fixed viewer crash when glyphed points size scaled by tensor.</li>
<li>Corrected a bug where the OriginalZoneLabels and OriginalNodeLabels variables appeared twice in the menu for Mili files.</li>
<li>Corrected a viewer crash when glyphed points were scaled by a tensor.</li>
</ul>

<a name="Enhancements"></a>
Expand All @@ -49,6 +49,8 @@
<li>The Xdmf reader now supports time-varying grid counts via a top-level &lt;Information Name="TimeVaryingMetaData" Value="True"/&gt; node in the Xdmf file.</li>
<li>Added a reader for Xolotl files. Xolotl is an open-source, high performance plasma-surface interactions simulator that is under development with the DOE's SciDAC program. VisIt will automatically recognize files that end with the extention ".xolotl" as Xolotl files.</li>
<li>Binary distributions have been added for Ubuntu 16, Ubuntu 18, Debian 9, and Fedora 27.</li>
<li>Added "divide" built-in expression for enhanced divison to allow users to specify divide by zero value and tolerance for zero.</li>
<li>Support for reading Uintah files has been added to the Red Hat Enterprise Linux 7, Ubunutu 16, Ubuntu 18, Debian 9 and Fedora 27 binary distributions.</li>
</ul>

<a name="Dev_changes"></a>
Expand Down
2 changes: 1 addition & 1 deletion src/resources/help/en_US/relnotes3.0.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<a name="Enhancements"></a>
<p><b><font size="4">Enhancements in version 3.0.3</font></b></p>
<ul>
<li>Added "divide" built-in expression for enhanced divison to allow users to specify divide by zero value and tolerance for zero.</li>
<li></li>
<li></li>
</ul>

Expand Down

0 comments on commit 381cc7d

Please sign in to comment.