<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Brad,&nbsp;<div><br></div><div>Thanks for the new release.</div><div>I am trying to compile it from source. There is a little bug in the configure file, I think: When spatialdata/configure checks the following command:</div><div>python sysconfig.py</div><div>it creates a sysconfig.pyc, that is not removed by the configure, so it crashes when python is called next.</div><div>There is a command `rm -rf sysconfig.py` and I added sysconfig.pyc to it. Is that correct?</div><div><br></div><div>Cheers,&nbsp;</div><div><br></div><div>Romain</div><div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Romain Jolivet<br>Postdoctoral Scholar<br>Geological and Planetary Sciences<br>California Institute of Technology,&nbsp;Pasadena, CA&nbsp;<br><a href="mailto:rjolivet@caltech.edu">rjolivet@caltech.edu</a><br>+1 (626) 560 6356</span>
</div>
<br><div><div>On Oct 25, 2012, at 12:00 PM, <a href="mailto:cig-short-request@geodynamics.org">cig-short-request@geodynamics.org</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Send CIG-SHORT mailing list submissions to<br><span class="Apple-tab-span" style="white-space:pre">        </span><a href="mailto:cig-short@geodynamics.org">cig-short@geodynamics.org</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br><span class="Apple-tab-span" style="white-space:pre">        </span>http://geodynamics.org/cgi-bin/mailman/listinfo/cig-short<br>or, via email, send a message with subject or body 'help' to<br><span class="Apple-tab-span" style="white-space:pre">        </span>cig-short-request@geodynamics.org<br><br>You can reach the person managing the list at<br><span class="Apple-tab-span" style="white-space:pre">        </span>cig-short-owner@geodynamics.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of CIG-SHORT digest..."<br><br><br>Today's Topics:<br><br> &nbsp;&nbsp;1. PyLith 1.8.0 released (Brad Aagaard)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Thu, 25 Oct 2012 10:26:26 -0700<br>From: Brad Aagaard &lt;baagaard@usgs.gov&gt;<br>Subject: [CIG-SHORT] PyLith 1.8.0 released<br>To: cig-short@geodynamics.org,<span class="Apple-tab-span" style="white-space:pre">        </span>cig-all@geodynamics.org<br>Message-ID: &lt;50897642.8010906@usgs.gov&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Greetings,<br><br>I am pleased to announce the release of PyLith 1.8.0, a finite-element<br>code designed to solve dynamic elastic problems and quasi-static<br>viscoelastic problems in tectonic deformation.<br><br>This release adds estimating the stable time step for explicit time<br>stepping, adds a post-processing utility for computing the moment<br>magnitude and average slip for any fault output snapshot, includes a<br>couple of additional examples of CUBIT meshing techniques, fixes<br>several bugs in PyLith v1.7.1 and corrects some typos in the<br>manual. We strongly recommend all users of previous PyLith releases<br>switch to this latest release.<br><br>You can download the source code and binaries from<br><br> &nbsp;&nbsp;&nbsp;&nbsp;http://geodynamics.org/cig/software/packages/short/pylith<br><br>Detailed installation instructions for the binary packages are in the<br>User Manual with detailed building instructions for a few platforms in<br>the INSTALL file bundled with the PyLith Installer utility.<br><br><br>RELEASE NOTES - PyLith v1.8.0<br><br>****************************************************************<br>See the README file for changes required to switch to the v1.8.0 release <br>series from previous versions.<br>****************************************************************<br><br>* New features<br><br> &nbsp;&nbsp;* Additional flexibility in PETSc nonlinear solver parameters<br><br> &nbsp;&nbsp;&nbsp;&nbsp;The default line search type for the PETSc nonlinear (SNES) solver<br> &nbsp;&nbsp;&nbsp;&nbsp;is a customized backtrace method included in PyLith. The user may<br> &nbsp;&nbsp;&nbsp;&nbsp;now select alternative line search types (basic, bt, l2, cp)<br> &nbsp;&nbsp;&nbsp;&nbsp;available in PETSc.<br><br> &nbsp;&nbsp;* Post-processing utility pylith_eqinfo to compute slip information.<br><br> &nbsp;&nbsp;&nbsp;&nbsp;This post-processing utility computes the moment magnitude,<br> &nbsp;&nbsp;&nbsp;&nbsp;seismic moment, seismic potency, and average slip at<br> &nbsp;&nbsp;&nbsp;&nbsp;user-specified snapshots in time from PyLith HDF5 output.<br> &nbsp;&nbsp;&nbsp;&nbsp;Information is given for each fault and across all faults. See<br> &nbsp;&nbsp;&nbsp;&nbsp;the Post-processing section of the manual in the Running PyLith<br> &nbsp;&nbsp;&nbsp;&nbsp;chapter for more information.<br><br> &nbsp;&nbsp;* Computation of the stable time step for explicit time-stepping.<br><br> &nbsp;&nbsp;&nbsp;&nbsp;The stable time step for explicit time-stepping is computed based<br> &nbsp;&nbsp;&nbsp;&nbsp;on the CFL condition and minimum edge lengths. For triangular and<br> &nbsp;&nbsp;&nbsp;&nbsp;tetrahedral cells we also account for a reduction in the stable<br> &nbsp;&nbsp;&nbsp;&nbsp;time step due to distorted cells (e.g., slivers and needles). See<br> &nbsp;&nbsp;&nbsp;&nbsp;the Stable time step section in the Materials chapter of the<br> &nbsp;&nbsp;&nbsp;&nbsp;manual for more information.<br><br> &nbsp;&nbsp;* Output the stable time step for each cell in a material.<br><br> &nbsp;&nbsp;&nbsp;&nbsp;Output cell_info_fields "stable_dt_implicit" and<br> &nbsp;&nbsp;&nbsp;&nbsp;"stable_dt_explicit" can be included in material output.<br><br> &nbsp;&nbsp;* Added netCDF Python module to binary distribution to provide<br> &nbsp;&nbsp;&nbsp;&nbsp;Python interface to NetCDF files, including Exodus-II files. This<br> &nbsp;&nbsp;&nbsp;&nbsp;is used in a new meshing example for setting the discretization<br> &nbsp;&nbsp;&nbsp;&nbsp;size using an Exodus-II vertex field. Note that this required<br> &nbsp;&nbsp;&nbsp;&nbsp;updating the NetCDF library.<br><br> &nbsp;&nbsp;* New CUBIT meshing examples demonstrating how to merge surfaces and<br> &nbsp;&nbsp;&nbsp;&nbsp;use and an Exodus-II vertex field to specify the discretization<br> &nbsp;&nbsp;&nbsp;&nbsp;size.<br> &nbsp;&nbsp;&nbsp;&nbsp;+ examples/meshing/surface_nurbs/merge_surfs<br> &nbsp;&nbsp;&nbsp;&nbsp;+ examples/meshing/cubit_cellsize<br><br><br>* Bug fixes<br><br> &nbsp;&nbsp;- Fixed omission of synchronization of stable time step computation<br> &nbsp;&nbsp;&nbsp;&nbsp;among processors. Minimum time step among all processors rather<br> &nbsp;&nbsp;&nbsp;&nbsp;than local value should be used.<br><br> &nbsp;&nbsp;- Fixed density scale not being set in NondimElasticQuasistatic.<br> &nbsp;&nbsp;&nbsp;&nbsp;Density scale should be set based on shear modulus, length scale,<br> &nbsp;&nbsp;&nbsp;&nbsp;and relaxation time.<br><br> &nbsp;&nbsp;- Added warning when initial state for a fault constitutive model is<br> &nbsp;&nbsp;&nbsp;&nbsp;not set. If an initial state value is not given, for rate-state<br> &nbsp;&nbsp;&nbsp;&nbsp;friction using a default value of L / reference slip rate. Other<br> &nbsp;&nbsp;&nbsp;&nbsp;fault constitutive models use a default value of 0.0 for initial<br> &nbsp;&nbsp;&nbsp;&nbsp;state variables.<br><br> &nbsp;&nbsp;- Separated tensor components in Xdmf files to avoid confusion. The<br> &nbsp;&nbsp;&nbsp;&nbsp;corresponding HDF5 files remain unchanged.<br><br> &nbsp;&nbsp;- Removed explicit time-stepping formulation with non-lumped<br> &nbsp;&nbsp;&nbsp;&nbsp;Jacobian. This formulation was not setup properly for spontaneous<br> &nbsp;&nbsp;&nbsp;&nbsp;rupture models and is too computationally expensive for practical<br> &nbsp;&nbsp;&nbsp;&nbsp;problems. The ExplicitLumped* formulations are now simply Explicit*.<br><br> &nbsp;&nbsp;- Fixed parallel bug that resulting in inconsistent orientation of<br> &nbsp;&nbsp;&nbsp;&nbsp;fault slip directions. Flipping the fault orientation was not<br> &nbsp;&nbsp;&nbsp;&nbsp;synchronized across processors. This bug would only appear when<br> &nbsp;&nbsp;&nbsp;&nbsp;running in parallel with faults that change from dipping in one<br> &nbsp;&nbsp;&nbsp;&nbsp;direction to dipping in the opposite direction.<br><br> &nbsp;&nbsp;- Fixed bug in setting name of field in OutputSolnPoints when output<br> &nbsp;&nbsp;&nbsp;&nbsp;multiple fields. This bug caused the name of the first output<br> &nbsp;&nbsp;&nbsp;&nbsp;field to be used and output data to overwrite each other.<br><br><br><br>------------------------------<br><br>_______________________________________________<br>CIG-SHORT mailing list<br>CIG-SHORT@geodynamics.org<br>http://geodynamics.org/cgi-bin/mailman/listinfo/cig-short<br><br><br>End of CIG-SHORT Digest, Vol 74, Issue 10<br>*****************************************<br></div></blockquote></div><br></div></body></html>