Skip to content

Commit

Permalink
Update documentation about the parallelization problem (#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 authored Aug 22, 2023
1 parent e444787 commit 59bdcf3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Mission Statement
using an open-community model that emphasizes interdisciplinary
research and science reproducibility.*

.. caution::
TARDIS parallelization is not working correctly at the moment and might produce incorrect results.
Please avoid using it.
For more information, see issue `#2021 <https://github.com/tardis-sn/tardis/issues/2021>`_.

.. toctree::
:maxdepth: 2
Expand Down
1 change: 1 addition & 0 deletions docs/io/configuration/components/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ settings for the different aspects of the TARDIS calculation. An example
configuration file (with a small subset of the options that can be specified) can be downloaded `here
<https://raw.githubusercontent.com/tardis-sn/tardis/master/docs/tardis_example.yml>`_.


.. warning::
One should note that currently floats in YAML that are expressed in scientific notation
need to be specified in a special format:
Expand Down
6 changes: 5 additions & 1 deletion docs/io/configuration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ configuration file. The following sections respectively describes what can or mu
configuration file, shows an example configuration file, describes how TARDIS checks to make sure a configuration
file is valid, and demonstrates how a YAML configuration file is read in.


.. caution::
TARDIS parallelization is not working correctly at the moment and might produce incorrect results.
Please avoid using it.
For more information, see issue `#2021 <https://github.com/tardis-sn/tardis/issues/2021>`_.

.. toctree::
:maxdepth: 1

Expand Down
24 changes: 19 additions & 5 deletions docs/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,22 @@
"The configuration file [tardis_example.yml](https://github.com/tardis-sn/tardis/tree/master/docs/tardis_example.yml) is used throughout this Quickstart."
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"<div class=\"alert alert-warning\">\n",
"\n",
"**Warning:**\n",
"\n",
"TARDIS parallelization is not working correctly at the moment and might produce incorrect results.\n",
"Please avoid using it.\n",
"For more information, see issue [#2021](https://github.com/tardis-sn/tardis/issues/2021).\n",
"\n",
"</div>\n"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -110,9 +126,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"sim = run_tardis(\"tardis_example.yml\", \n",
Expand Down Expand Up @@ -193,9 +207,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.8.17"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 59bdcf3

Please sign in to comment.