in reply to Problem loading modules while executing in cluster

Since this appears to be a UNIX like environment, I'd check to see if the installer left funky permissions on the installation tree for the modules. They may well appear to be installed by the superuser, but the permissions of the executing node may not be able to follow the tree.

  • Comment on Re: Problem loading modules while executing in cluster

Replies are listed 'Best First'.
Re^2: Problem loading modules while executing in cluster
by lecot (Initiate) on Sep 19, 2007 at 17:06 UTC
    Yes, it's a *NIX environment, but i change the permissions after the installation as all the files are delivered only as readable to the worker nodes.

    Thanks