Bright-Computing / bic

Bright-Illumina collaboration
GNU General Public License v2.0
4 stars 5 forks source link

skeleton files for bashrc etc, should not have hardwired module loads #44

Closed fgeorgatos closed 7 years ago

fgeorgatos commented 8 years ago

(because if they do, they actually run against users' freedom to make their choices!)

example of trouble:

[root@demo-ext ~]# useradd cmtest
[root@demo-ext ~]# su - cmtest
Creating DSA key for ssh
Lmod has detected the following error:  The following module(s) are unknown: "gcc"
Please check the spelling or version number. Also try "module spider ..."

Lmod has detected the following error:  The following module(s) are unknown: "slurm"
Please check the spelling or version number. Also try "module spider ..."

[cmtest@demo-ext ~]$ tail -2 /etc/skel/.bashrc 
module load gcc
module load slurm 
fgeorgatos commented 8 years ago

btw. this is not really an Lmod (or bic type) bug. It relates to distro provisioning from Bright, so I recommend to migrate it where it belongs.

fgeorgatos commented 7 years ago

closing this, since it is not fixable from this repo and it really is system-specific issue.