Difference between revisions of "Installing EasyBuild"

From HPC users
Jump to navigationJump to search
(Created page with "=Prerequisites= For EasyBuild to get installed, we need a RHEL server and an account which is assigned to the group ''swadmin''. For every piece of software, that can't be ins...")
 
Line 4: Line 4:
We have write access for every folder which is assigned to the group ''swadmin''.
We have write access for every folder which is assigned to the group ''swadmin''.
For the EasyBild bootstrap (see down below) to succeed flawlessly, we need our root admins to install some dependencies at first:
For the EasyBild bootstrap (see down below) to succeed flawlessly, we need our root admins to install some dependencies at first:
* setuptools
*setuptools
* git
*git
* patch  
*patch
* rdma-core-devel
*rdma-core-devel
* development tools (for g++ and c++)
* development tools (for g++ and c++)

Revision as of 10:10, 27 August 2018

Prerequisites

For EasyBuild to get installed, we need a RHEL server and an account which is assigned to the group swadmin. For every piece of software, that can't be installed with pypi or EasyBuild itself, we need the HPC root admins to install it for us. We have write access for every folder which is assigned to the group swadmin. For the EasyBild bootstrap (see down below) to succeed flawlessly, we need our root admins to install some dependencies at first:

  • setuptools
  • git
  • patch
  • rdma-core-devel
  • development tools (for g++ and c++)