hpcugent / hanythingondemand

hanythingondemand provides a set of scripts to easily set up an ad-hoc Hadoop cluster through PBS jobs
https://hod.readthedocs.org
GNU General Public License v2.0
12 stars 6 forks source link

also consider additional modules and module paths passed via command line options #164

Closed boegel closed 8 years ago

boegel commented 8 years ago

The fixes in #161 and #162 were incomplete in the sense that only additional module paths specified in a custom hod.conf file are being picked up, not those that are specified via --modulepaths; same applies to --modules.

This patch fixes that problem.