Hi Exequiel,
On 11/07/16 04:48, Exequiel SepĂșlveda wrote:
Hi all,
I need to use a toochain, close to foss, without MPI (BLACS, FFTW,
GCC, OpenBLAS). An option is to create an specific toolchain for this,
but if there is one already defined, it should be great.
All the toolchains currently included in EasyBuild are either
compiler-only, or compiler+MPI+X, so there's none readily available.
It's fairly trivial to define one though, and let EasyBuild pick up on
it via --include-toolchains (see
http://easybuild.readthedocs.io/en/latest/Including_additional_Python_modules.html#include-toolchains).
Note that you'll need both an easyconfig file that defines the toolchain
(incl. versions of components) as well as a Python module with the
'toolchain definition' that is provided to the EasyBuild framework (see
https://github.com/hpcugent/easybuild-framework/tree/master/easybuild/toolchains
for the definitions of the included toolchains).
regards,
Kenneth