Skip to content

zxkjack123/alara_split_gather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alara_split_gather

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

Installation

pip install alara-split-gather

Basic usage

Help info

alara_split_task -h

Split task

alara_split_task -i [alara_inp] -n [num_tasks]

Check status

alara_tasks_status

Gather outputs of sub-tasks

alara_gather_tasks -p phtn_src

Notes

Refer to '-h' or source code for detalied usage.