We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fluka supports writing user-plugins in Fortran language. An example plugin is here: https://github.com/DataMedSci/au-fluka-tools/blob/master/source_sampler.f
Complex script handling compilation and parallelization of Fluka simulations with plugins is here: https://github.com/DataMedSci/au-fluka-tools/blob/master/rcfluka.py#L271
See chapter 13 in http://www.fluka.org/content/manuals/FM.pdf - there is a description what are "user routines" (plugins) in Fluka and how to compile them.
Propose a way for mcpartools user to specify location of example plugin (there might be many plugins for single run of Fluka).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fluka supports writing user-plugins in Fortran language. An example plugin is here: https://github.com/DataMedSci/au-fluka-tools/blob/master/source_sampler.f
Complex script handling compilation and parallelization of Fluka simulations with plugins is here:
https://github.com/DataMedSci/au-fluka-tools/blob/master/rcfluka.py#L271
See chapter 13 in http://www.fluka.org/content/manuals/FM.pdf - there is a description what are "user routines" (plugins) in Fluka and how to compile them.
Propose a way for mcpartools user to specify location of example plugin (there might be many plugins for single run of Fluka).
The text was updated successfully, but these errors were encountered: