Bright-Computing / bic

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

Find a way to use /dev/shm for eb -S, for speed up; need a node healthcheck #50

Closed fgeorgatos closed 7 years ago

fgeorgatos commented 7 years ago

Well, this seems to be a really good start about it:

[root@node002 modules]# yum install ruby-devel gcc make rpm-build ## fpm dependencies
[fgeorgatos@node002 ~]$ gem install fpm
[fgeorgatos@node002 ~]$ EASYBUILD_INSTALLPATH=/dev/shm/eb2.9.0 time eb --install-latest-eb-release --package --packagepath=/root -f
[root@node002 ~]$ echo yum -y localinstall /root/EasyBuild-2.9.0-eb_2.9.0-1.x86_64.rpm >>/etc/rc.local
[root@node002 ~]$ reboot ## for change to take effect on a Bright compute node.
fgeorgatos commented 7 years ago

this proves to be an excellent approach, closing the issue.