cc_staff
415
edits
Line 105: | Line 105: | ||
The instructions are: | The instructions are: | ||
<pre> | |||
newgrp def-someuser | |||
installdir=/home/$USER/projects/def-someuser/$USER | |||
moduledir=/home/$USER/.local/easybuild/modules/2017 | |||
pathtosrc=/home/$USER/software | |||
eb FreeSurfer-6.0.1-centos6_x86_64.eb --installpath-modules=${moduledir} --prefix=${installdir} --sourcepath=${pathtosrc} --disable-enforce-checksums | |||
</pre> | |||
To make the program accessible for all members of the group, two more steps are required: | To make the program accessible for all members of the group, two more steps are required: |