batchRun is a batch opration, asset management, and information collection tool applied to HPC systems.
You can run batchRun with command line or GUI mode.
Python dependency
Need python3.12.7
Install python library dependency with command
pip install -r requirements.txt
Install
Copy install package into install directory.
Execute below command under install directory.
python3 install.py
Quick start
Execute command batch_run --help to get usage information.
Execute command batch_run --gui to enable GUI mode.
Below is a demo on how to run command with command line.
Below is a demo on how to run command with GUI.
Below is a demo on how to view host info with GUI.
Configuration
Come into /config directory,
Update “config.py” for batchRun basic configuration.
Update “host.list” for group-host relationship.
Update “password.encrypted” for encrypted user/password information if necessary.
Sample
Collect host information with tool “sample_host_info”.
Version: V2.3
What’s batchRun?
batchRun is a batch opration, asset management, and information collection tool applied to HPC systems. You can run batchRun with command line or GUI mode.
Python dependency
Need python3.12.7 Install python library dependency with command
Install
Copy install package into install directory. Execute below command under install directory.
Quick start
Execute command
batch_run --helpto get usage information. Execute commandbatch_run --guito enable GUI mode.Below is a demo on how to run command with command line.
Below is a demo on how to run command with GUI.
Below is a demo on how to view host info with GUI.
Configuration
Come into /config directory,
Sample
Collect host information with tool “sample_host_info”.
Doc
More details please see “docs/batchRun_user_manual.pdf”
Update history