Conversation
|
Job VTB Documentation, step Sync Docs on f21cbc6 wanted to post the following: View the site here This comment will be updated on new commits. |
| The runtime settings are defined in the execution of MCNP in serial or in parallel mode. The installation of MCNP must support parallel calculations to run in parallel mode. | ||
|
|
||
| ## Running the Model | ||
| Running the OpenMC executable is defined at the bottom of the monolithic python script, there are two options for you to choose from. |
There was a problem hiding this comment.
| Running the OpenMC executable is defined at the bottom of the monolithic python script, there are two options for you to choose from. | |
| The location of the MCNP executable is defined at the bottom of the monolithic python script, there are two options to choose from, depending on how MCNP is installed on your system. | |
| ``` | ||
| mpirun mcnp6 i=STARTR_MCNP.input.txt n=48 | ||
| ``` | ||
| will run the code in parallel with 48 cores. Customize this to the number of cores you wish to use for MCNP. |
There was a problem hiding this comment.
| will run the code in parallel with 48 cores. Customize this to the number of cores you wish to use for MCNP. | |
| will run the code in parallel with 48 cores. Customize this to the number of cores you wish to use for MCNP. | |
| ``` | ||
| mcnp6 i=STARTR_MCNP.input.txt | ||
| ``` | ||
| will run in serial mode, which can be unecessarily slow if one has access to more cores. |
There was a problem hiding this comment.
| will run in serial mode, which can be unecessarily slow if one has access to more cores. | |
| will run in serial mode, which can be unecessarily slow if one has access to more cores. | |
joshuahansel
left a comment
There was a problem hiding this comment.
Add link to doc/content/microreactors/index.md. Then I'll do a review.
|
@GiudGiud How/where are the filter attributes tied to new cases? |
|
you pick the values within the existing keys (categories) |
|
Oh I see the |
|
@LangeTRZ I recommend we don't let it sit too long. Let us know if you need help! |
Co-authored-by: Guillaume Giudicelli <guillaume.giudicelli@gmail.com>
Model link update. Check after uploaded. Co-authored-by: Guillaume Giudicelli <guillaume.giudicelli@gmail.com>
GiudGiud
left a comment
There was a problem hiding this comment.
I ll look into testing this week
|
@LangeTRZ the xml generated by this input diff with the pre-checked in XML ? |
Co-authored-by: Guillaume Giudicelli <guillaume.giudicelli@gmail.com>
Co-authored-by: Guillaume Giudicelli <guillaume.giudicelli@gmail.com>
| @@ -0,0 +1,46 @@ | |||
| # Results | |||
|
|
|||
| To fully characterize the underlying physics for STARTR, a comprehensive test suite was performed in both OpenMC and MCNP. Details on testing configurations and plots can be found in the STARTR companion milestone report for NRIC. | |||
Initial model upload of the Sodium-cooled Thermal Spectrum Advanced Test Reactor (STARTR) open source models based on publicly available MARVEL microreactor data. Includes MCNP model, OpenMC model, and VTB documentation.