Skip to content

This is a python script that implements naive parallelization with an executable that is passed to it. The number of parallel instances of the program are determined by setting the number of parallel processors that are available through command line arguments. Furthermore, the number of runs of the program must also be specified. If there are m…

License

Notifications You must be signed in to change notification settings

JoshuaSBrown/Py_Parallel_Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py_Parallel_Wrapper

This is a python script that implements with a naive parallelization with an executable that is passed to it. The number of parallel instances of the program are determined by setting the number of parallel processors that are available through command line arguments. Furthermore, the number of runs of the program must also be specified. If there are more runs than processors the runs will be placed in a pool.

Some very simple instructions are provided on the wiki:

About

This is a python script that implements naive parallelization with an executable that is passed to it. The number of parallel instances of the program are determined by setting the number of parallel processors that are available through command line arguments. Furthermore, the number of runs of the program must also be specified. If there are m…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published