Skip to content
Snippets Groups Projects
Commit 6ee5b4f4 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

Modfied path of modulelog to /usr/local/bin (where a pointer to hpcusr code will exit)

modulelog is defined in hpcusr git repository


Former-commit-id: 2d5fd286
parent e1f82462
No related branches found
No related tags found
No related merge requests found
module() { eval `/usr/bin/modulecmd bash $*`; /usr/local/hpcusr/latest/bin/modulelog $*;}
module() { eval `/usr/bin/modulecmd bash $*`; /usr/local/bin/modulelog $*;}
export -f module
MODULESHOME=/usr/share/Modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment