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

init_launcher: line 11: [: : integer expression expected #9

Closed oesteban closed 7 years ago

oesteban commented 7 years ago

That warning is issued when $LAUNCHER_BIND is not set

lwilson commented 7 years ago

Thanks @oesteban. I just fixed this in the master branch. The comparison is string-based now to avoid the warning.