DataMedSci / pymchelper

Python toolkit for SHIELD-HIT12A and FLUKA
http://datamedsci.github.io/pymchelper/
15 stars 7 forks source link

Add Fluka runner #632

Closed grzanka closed 11 months ago

grzanka commented 1 year ago

There is now a runner class https://github.com/DataMedSci/pymchelper/blob/master/pymchelper/executor/runner.py which supports SHIELD-HIT12A. It should be able to run Fluka simulation on multiple threads and returning the results as a python objects.

reviewpad[bot] commented 1 year ago

AI-Generated Summary: Please provide the description of the issue you would like me to summarize.

reviewpad[bot] commented 1 year ago

AI-Generated Summary: This issue involves expanding the runner class to support running Fluka simulations on multiple threads and returning results as Python objects. The current class only supports SHIELD-HIT12A.

reviewpad[bot] commented 1 year ago

AI-Generated Summary: This issue discusses the addition of a runner class that supports SHIELD-HIT12A and aims to enable running Fluka simulations on multiple threads, returning the results as Python objects.

reviewpad[bot] commented 1 year ago

AI-Generated Summary: This issue involves implementing support for running Fluka simulations using the existing runner class (runner.py) in the pymchelper project. The goal is to enable multi-threaded execution and return the results as Python objects. This update is related to issue #637.

reviewpad[bot] commented 1 year ago

AI-Generated Summary: This issue addresses the need for the runner class to support FLUKA simulation on multiple threads and ensure the multithreaded execution returns results as Python objects. This would improve compatibility and performance for users working with FLUKA simulations. Related task: #637.

reviewpad[bot] commented 1 year ago

AI-Generated Summary: This issue involves enhancing the runner class in pymchelper to support Fluka simulations by running them on multiple threads and returning the results as Python objects. This feature is linked to issue #637.

grzanka commented 11 months ago

Fixed in https://github.com/DataMedSci/pymchelper/pull/656