toolchain
Toolchain querying support for module naming schemes.
Authors:
- Kenneth Hoste (Ghent University)
det_toolchain_compilers(ec)
¶
Determine compilers of toolchain for given EasyConfig instance.
PARAMETER | DESCRIPTION |
---|---|
ec |
a parsed EasyConfig file (an AttributeError will occur if a simple dict is passed)
|
det_toolchain_element_details(tc, elem, allow_missing=False)
¶
Determine details of a particular toolchain element, for a given Toolchain instance.
det_toolchain_mpi(ec)
¶
Determine MPI library of toolchain for given EasyConfig instance.
PARAMETER | DESCRIPTION |
---|---|
ec |
a parsed EasyConfig file (an AttributeError will occur if a simple dict is passed)
|