mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Add missing links in style guide. Update default versions for environment
variables in workflow documentation.
This commit is contained in:
parent
dab1c2aef3
commit
e38d6bc634
2 changed files with 9 additions and 9 deletions
|
|
@ -159,8 +159,8 @@ Use of third-party Python packages should be limited to numpy_, scipy_, and
|
|||
h5py_. Use of other third-party packages must be implemented as optional
|
||||
dependencies rather than required dependencies.
|
||||
|
||||
.. _PEP8:
|
||||
.. _numpydoc:
|
||||
.. _numpy:
|
||||
.. _scipy:
|
||||
.. _h5py:
|
||||
.. _PEP8: https://www.python.org/dev/peps/pep-0008/
|
||||
.. _numpydoc: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
|
||||
.. _numpy: http://www.numpy.org/
|
||||
.. _scipy: http://www.scipy.org/
|
||||
.. _h5py: http://www.h5py.org/
|
||||
|
|
|
|||
|
|
@ -143,19 +143,19 @@ variables should be set if the default paths are incorrect:
|
|||
|
||||
* **MPI_DIR** - The path to the MPI directory.
|
||||
|
||||
* Default - */opt/mpich/3.1-gnu*
|
||||
* Default - */opt/mpich/3.1.3-gnu*
|
||||
|
||||
* **HDF5_DIR** - The path to the HDF5 directory.
|
||||
|
||||
* Default - */opt/hdf5/1.8.12-gnu*
|
||||
* Default - */opt/hdf5/1.8.14-gnu*
|
||||
|
||||
* **PHDF5_DIR** - The path to the parallel HDF5 directory.
|
||||
|
||||
* Default - */opt/phdf5/1.8.12-gnu*
|
||||
* Default - */opt/phdf5/1.8.14-gnu*
|
||||
|
||||
* **PETSC_DIR** - The path to the PETSc directory.
|
||||
|
||||
* Default - */opt/petsc/3.4.4-gnu*
|
||||
* Default - */opt/petsc/3.5.2-gnu*
|
||||
|
||||
To run the full test suite, the following command can be executed in the
|
||||
tests directory:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue