On 08/19/2012 01:13 PM, Fotis Georgatos wrote:
Hi,
On 19/08/2012 13:03, Kenneth Hoste wrote:
How can "module install" work then? It will just return, unless you provide
two arguments, right?
for me, it does what I expect it to:
# ie. complain with only 1 parameter and work fine with more, pass to "eb"
fgeorgatos@gaia-1:~$ module install
Not enough params passed for install
fgeorgatos@gaia-1:~$ module search zlib
/home/clusterusers/fgeorgatos/easybuild/easybuild/easyconfigs/z/zlib/zlib-1.2.5-goalf-1.1.0-no-OFED.eb
...
fgeorgatos@gaia-1:~$ module install
/home/clusterusers/fgeorgatos/.local/easybuild/ebfiles_repo/zlib/1.2.5-goalf-1.1.0-no-OFED.eb
In the latter case, I don't see how "module install" picks up the .eb
files found with "module search"...
I must be overlooking something obvious.
K.