Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.17 KB

the-one-parallel

The one parallel is an easy to use high-performance launcher for the-one.

Windows support only now, Linux coming soon.

Intro

This launcher is design to run multiple instances of the-one simulation, using up your CPU resource to get results faster. It is not "dark magic" but a very simple tool, hope you can enjoy it.

Download

Releases are available at here.

Usage

You need to write your scenario config files like before, except for Scenario.name key which will be generated by this tool.

Generally, you just need to do slightly change compared to use the-one batch mode:

# the-one
one.bat -b 1 my_settings.txt
# the-one-parallel
onepara.exe -b 1 -c my_settings.txt

There are also other configurations you can set:

Usage the-one-parallel

  -b string
        indexs for batch run, can a value or range like 1:6 (default "1")
  -c string
        file for scenario config (default "default_settings.txt")  
  -n string
        name for scenario (default "default_settings")
  -p int
        number of parallel the one simulator (default 4)