Skip to content

Commit

Permalink
1) I removed the unused section on changes for developers from the 2.…
Browse files Browse the repository at this point in the history
…13.2 release notes.

2) I commented out Pyside from the config site file for ubuntu1404-64
   since Pyside had an error parsing an xml file.

git-svn-id: svn+ssh://edison.nersc.gov/project/projectdirs/visit/svn/visit/branches/2.13RC@33133 18c085ea-50e0-402c-830e-de6fd14e8384
  • Loading branch information
brugger1 authored and cyrush committed Jan 12, 2019
1 parent 1090bf3 commit 1b59f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/config-site/ubuntu1404-64.sqalab-llnl.gov.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ VISIT_OPTION_DEFAULT(VISIT_NETCDF_LIBDEP HDF5_LIBRARY_DIR hdf5_hl HDF5_LIBRARY_D
##
## PySide
##
VISIT_OPTION_DEFAULT(VISIT_PYSIDE_DIR ${VISITHOME}/pyside/1.2.2/${VISITARCH}/)
#VISIT_OPTION_DEFAULT(VISIT_PYSIDE_DIR ${VISITHOME}/pyside/1.2.2/${VISITARCH}/)

##
## Silo
Expand Down
9 changes: 1 addition & 8 deletions src/resources/help/en_US/relnotes2.13.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<ul>
<li><a href="#Bugs_fixed">Bug Fixes</a></li>
<li><a href="#Enhancements">Enhancements</a></li>
<li><a href="#Dev_changes">Changes for VisIt developers</a></li>
</ul>

<a name="Bugs_fixed"></a>
Expand All @@ -29,7 +28,7 @@
<li>Corrected several errors in the NERSC host profiles. The <i>haswell_interactive</i> and <i>knl_interactive</i> profiles for <i>cori</i> had the partition set when they shouldn't have. The <i>regular</i> profile for <i>edison</i> had an invalid node to processor ratio.</li>
<li>Corrected a serious memory leak where the graphical user interface could easily go over 1 gigabytes in memory usage. Memory was leaked each time the active plot was changed as well as when plots were added, deleted, hidden or shown.</li>
<li>Corrected a problem introduced in version 2.13.1 opening multipart Silo files that had a <i>.root</i> extension.</li>
<li>Fixed bug on Windows, introduced in 2.13.1, where clicking the 'Change username' option in the password window when connecting to a remote host would prevent the password window from reappearing.</li>
<li>Corrected a bug on Windows, introduced in 2.13.1, where clicking the 'Change username' option in the password window when connecting to a remote host would prevent the password window from reappearing.</li>
</ul>

<a name="Enhancements"></a>
Expand All @@ -41,12 +40,6 @@
<li>Enhanced the array_decompose() expression function to specify components by name (string) as well as pick the closest component to that specified in the expression.</li>
</ul>

<a name="Dev_changes"></a>
<p><b><font size="4">Changes for VisIt developers in version 2.13.2</font></b></p>
<ul>
<li></li>
</ul>

<p>Click the following link to view the release notes for the previous version
of VisIt: <a href=relnotes2.13.1.html>2.13.1</a>.</p>
</body>
Expand Down

0 comments on commit 1b59f62

Please sign in to comment.