Metadata-Version: 1.2
Name: mcpartools
Version: 0.5.0
Summary: Set of tools to parallelize MC calculations on clusters
Home-page: https://github.com/DataMedSci/mcpartools
Author: Leszek Grzanka
Author-email: leszek.grzanka@gmail.com
License: GPL
Description: mcpartools
        ==========
        
        **mcpartools** is a software simplifying time consuming simulation of particle transport using Monte Carlo codes
        (Fluka, SHIELDHIT12A). We assume user has access to a computing cluster with batch processing software installed
        (i.e. slurm, torque) and wants faster simulation by running it simultaneously on many computing nodes.
        **mcpartools** simplifies this process by generating necessary directory structures and scripts for starting calculations
        and collecting the results.
        
        **mcpartools** provides a command line application called ``generatemc`` which works under Linux operating system
        (interpreter of Python programming language has to be also installed).
        No programming knowledge is required from user, but basic skills in working with terminal console are needed.
        
        
        More documentation
        ------------------
        
        Full **mcpartools** documentation can be found here: https://mcpartools.readthedocs.io/
        
        See `Getting Started <https://mcpartools.readthedocs.org/en/stable/getting_started.html>`_ for installation and basic
        information, and the `User's Guide <https://mcpartools.readthedocs.org/en/stable/user_guide.html>`_ for an overview of
        how to use the mcpartools.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Build Tools
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Environment :: Console
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.3.*
