On Hermes when you compile new packages for all users or reboot a node you will have to copy the module files to the node/s.
1. ssh into the node:
ssh <compute-x-x.local>
2. copy the folder to the node
cp -ru /share/apps/intel /opt
See How to copy modules files to nodes for a similar problem with missing Intel compilers and module files on Demeter and Loren.