From caa43a3794c3de90ccf6ba02f2eb72761386fc06 Mon Sep 17 00:00:00 2001 From: AI-Pranto Date: Sun, 16 Aug 2020 14:33:34 +0600 Subject: [PATCH 1/6] discourse user forum --- docs/source/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 198a9429e..2aafdf4a8 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -15,8 +15,7 @@ OpenMC was originally developed by members of the `Computational Reactor Physics Group `_ at the `Massachusetts Institute of Technology `_ starting in 2011. Various universities, laboratories, and other organizations now contribute to the development of OpenMC. For more -information on OpenMC, feel free to send a message to the User's Group `mailing -list `_. +information on OpenMC, feel free to send a message to the User's Group `OpenMC Discourse Forum `_. .. admonition:: Recommended publication for citing :class: tip From 49194f05adaa78c8955f9073d46f2b5615f0b526 Mon Sep 17 00:00:00 2001 From: AI-Pranto Date: Sun, 16 Aug 2020 14:47:37 +0600 Subject: [PATCH 2/6] update install.rst --- docs/source/usersguide/install.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index cbd1669fd..992ef520f 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -40,6 +40,26 @@ It is possible to list all of the versions of OpenMC available on your platform conda search openmc --channel conda-forge +To list the versions of OpenMC that are available on the `conda-forge` channel, +in your terminal window or an Anaconda Prompt run: + +.. code-block:: sh + + conda search openmc + +OpenMC can then be installed with: + +.. code-block:: sh + + conda create -n openmc-env openmc + +This will install OpenMC in a conda environment called `openmc-env`. To activate +the environment, run: + +.. code-block:: sh + + conda activate openmc-env + .. _install_ppa: ----------------------------- From 5830456d1f5e4ede364cf00e1f0735117ae0339a Mon Sep 17 00:00:00 2001 From: AI-Pranto Date: Sun, 16 Aug 2020 16:03:53 +0600 Subject: [PATCH 3/6] user-forum link in troubleshoot.rst --- docs/source/usersguide/troubleshoot.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usersguide/troubleshoot.rst b/docs/source/usersguide/troubleshoot.rst index 2be94f6a8..de1aa1d7d 100644 --- a/docs/source/usersguide/troubleshoot.rst +++ b/docs/source/usersguide/troubleshoot.rst @@ -31,7 +31,7 @@ on. Create a new build directory and type the following commands: Now when you re-run your problem, it should report exactly where the program failed. If after reading the debug output, you are still unsure why the program -failed, send an email to the OpenMC User's Group `mailing list`_. +failed, send an email to the OpenMC User's Group `OpenMC Discourse Forum `_. ERROR: No cross_sections.xml file was specified in settings.xml or in the OPENMC_CROSS_SECTIONS environment variable. ********************************************************************************************************************* From ed5ddf047b518aa1af4fb6bb08682bcfa1cc4854 Mon Sep 17 00:00:00 2001 From: Ariful Islam Pranto Date: Mon, 17 Aug 2020 19:45:33 +0600 Subject: [PATCH 4/6] update install.rst --- docs/source/usersguide/install.rst | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 992ef520f..bc7a2214b 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -12,34 +12,16 @@ Installation and Configuration Installing on Linux/Mac with conda-forge ---------------------------------------- -Conda_ is an open source package management system and environment management -system for installing multiple versions of software packages and their -dependencies and switching easily between them. `conda-forge -`_ is a community-led conda channel of -installable packages. For instructions on installing conda, please consult their -`documentation -`_. - -Once you have `conda` installed on your system, add the `conda-forge` channel to -your configuration with: +`Conda `_ is an open source package management +system and environment management system for installing multiple versions of +software packages and their dependencies and switching easily between them. If +you have `conda` installed on your system, OpenMC can be installed via the +`conda-forge` channel. First, add the `conda-forge` channel with: .. code-block:: sh conda config --add channels conda-forge -Once the `conda-forge` channel has been enabled, OpenMC can then be installed -with: - -.. code-block:: sh - - conda install openmc - -It is possible to list all of the versions of OpenMC available on your platform with: - -.. code-block:: sh - - conda search openmc --channel conda-forge - To list the versions of OpenMC that are available on the `conda-forge` channel, in your terminal window or an Anaconda Prompt run: From 3c2f36cd466fb722425bbf5aa4c62dab7a14a31d Mon Sep 17 00:00:00 2001 From: Ariful Islam Pranto Date: Mon, 17 Aug 2020 19:47:46 +0600 Subject: [PATCH 5/6] Update user forum Co-authored-by: Paul Romano --- docs/source/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 2aafdf4a8..ce3c5f77e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -15,7 +15,8 @@ OpenMC was originally developed by members of the `Computational Reactor Physics Group `_ at the `Massachusetts Institute of Technology `_ starting in 2011. Various universities, laboratories, and other organizations now contribute to the development of OpenMC. For more -information on OpenMC, feel free to send a message to the User's Group `OpenMC Discourse Forum `_. +information on OpenMC, feel free to post a message on the `OpenMC Discourse +Forum `_. .. admonition:: Recommended publication for citing :class: tip From d67b9416585b5efb37a2511d9d10035d9afed249 Mon Sep 17 00:00:00 2001 From: Ariful Islam Pranto Date: Mon, 17 Aug 2020 19:48:31 +0600 Subject: [PATCH 6/6] Update troubleshoot.rst Co-authored-by: Paul Romano --- docs/source/usersguide/troubleshoot.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/usersguide/troubleshoot.rst b/docs/source/usersguide/troubleshoot.rst index de1aa1d7d..f8ec70ebd 100644 --- a/docs/source/usersguide/troubleshoot.rst +++ b/docs/source/usersguide/troubleshoot.rst @@ -31,7 +31,8 @@ on. Create a new build directory and type the following commands: Now when you re-run your problem, it should report exactly where the program failed. If after reading the debug output, you are still unsure why the program -failed, send an email to the OpenMC User's Group `OpenMC Discourse Forum `_. +failed, post a message on the `OpenMC Discourse Forum +`_. ERROR: No cross_sections.xml file was specified in settings.xml or in the OPENMC_CROSS_SECTIONS environment variable. *********************************************************************************************************************