Skip to content

Quick demo for the impatient

boegel edited this page Apr 4, 2012 · 11 revisions

To see EasyBuild in action, build HPL with the robot feature of EasyBuild, by running the following (bash/sh syntax):

export EBHOME="<path to where you unpacked EasyBuild>/easybuild"
${EBHOME}/easybuild.sh --robot ${EBHOME}/easyconfigs ${EBHOME}/easyconfigs/h/HPL/HPL-2.0-goalf-1.1.0.eb

This will build and install HPL, after building and installing a GCC-based compiler toolkit and all of its dependencies using the default EasyBuild configuration, which will install to $HOME/easybuild/software.

The whole process should take about an hour on a recent system.

Module files will be provided in $HOME/easybuild/modules/all, so to load the provided modules, update your MODULEPATH environment variable.

Clone this wiki locally