TACC / launcher

A simple utility for executing multiple sequential or multi-threaded applications in a single multi-node batch job
MIT License
63 stars 33 forks source link

pre-requisite needs mentioned #18

Closed kc9qey closed 7 years ago

kc9qey commented 7 years ago

Launcher needs python 2.7 or higher ? , not mentioned in install or readme

lwilson commented 7 years ago

I have updated both INSTALL and README.md to mention the Python 2.7+ requirement, as well as more prominently note the hwloc requirement for automatic task binding.

kc9qey commented 7 years ago

cool.