@@ -13,6 +13,7 @@ from hpccm.building_blocks import (
...
@@ -13,6 +13,7 @@ from hpccm.building_blocks import (
generic_autotools,
generic_autotools,
generic_cmake,
generic_cmake,
hdf5,
hdf5,
mkl,
packages,
packages,
pip,
pip,
scif,
scif,
...
@@ -106,6 +107,7 @@ parse_g.add_argument(
...
@@ -106,6 +107,7 @@ parse_g.add_argument(
action="store_true",
action="store_true",
help="Installs development tools (vim, gdb)",
help="Installs development tools (vim, gdb)",
)
)
parse_g.add_argument("--mkl",dest="mkl",action="store_true",help="Use MKL. By setting this option, you agree to the [Intel End User License Agreement](https://software.intel.com/en-us/articles/end-user-license-agreement).")