-
Notifications
You must be signed in to change notification settings - Fork 85
Initial upload of STARTR models. #720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devel
Are you sure you want to change the base?
Conversation
|
Job VTB Documentation, step Sync Docs on 7b25b29 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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. | |
| c | ||
| c Options CARDS | ||
| mode n | ||
| c ----- K-eigenvalue simulaiton cards ------ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| c ----- K-eigenvalue simulaiton cards ------ | |
| c ----- K-eigenvalue simulation cards ------ |
| ``` | ||
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>
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.