This package is used to:
- split a large ALARA input file to smaller sub-tasks,
- check the status of sub-tasks,
- gather all phtn_src file
pip install alara-split-gather
alara_split_task -h
alara_split_task -i [alara_inp] -n [num_tasks]
alara_tasks_status
alara_gather_tasks -p phtn_src
Refer to '-h' or source code for detalied usage.