CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.py
docs/README.md
docs/building_blocks.md
docs/citation.md
docs/getting_started.md
docs/misc_api.md
docs/primitives.md
docs/recipes.md
docs/tutorial.md
docs/workflows.md
hpccm/Stage.py
hpccm/__init__.py
hpccm/base_object.py
hpccm/cli.py
hpccm/common.py
hpccm/config.py
hpccm/recipe.py
hpccm/toolchain.py
hpccm/version.py
hpccm.egg-info/PKG-INFO
hpccm.egg-info/SOURCES.txt
hpccm.egg-info/dependency_links.txt
hpccm.egg-info/entry_points.txt
hpccm.egg-info/requires.txt
hpccm.egg-info/top_level.txt
hpccm/building_blocks/__init__.py
hpccm/building_blocks/amgx.py
hpccm/building_blocks/apt_get.py
hpccm/building_blocks/arm_allinea_studio.py
hpccm/building_blocks/base.py
hpccm/building_blocks/boost.py
hpccm/building_blocks/catalyst.py
hpccm/building_blocks/cgns.py
hpccm/building_blocks/charm.py
hpccm/building_blocks/cmake.py
hpccm/building_blocks/conda.py
hpccm/building_blocks/fftw.py
hpccm/building_blocks/gdrcopy.py
hpccm/building_blocks/generic_autotools.py
hpccm/building_blocks/generic_build.py
hpccm/building_blocks/generic_cmake.py
hpccm/building_blocks/gnu.py
hpccm/building_blocks/hdf5.py
hpccm/building_blocks/hpcx.py
hpccm/building_blocks/intel_mpi.py
hpccm/building_blocks/intel_psxe.py
hpccm/building_blocks/intel_psxe_runtime.py
hpccm/building_blocks/julia.py
hpccm/building_blocks/knem.py
hpccm/building_blocks/kokkos.py
hpccm/building_blocks/libsim.py
hpccm/building_blocks/llvm.py
hpccm/building_blocks/magma.py
hpccm/building_blocks/mkl.py
hpccm/building_blocks/mlnx_ofed.py
hpccm/building_blocks/mpich.py
hpccm/building_blocks/multi_ofed.py
hpccm/building_blocks/mvapich2.py
hpccm/building_blocks/mvapich2_gdr.py
hpccm/building_blocks/nccl.py
hpccm/building_blocks/netcdf.py
hpccm/building_blocks/nsight_compute.py
hpccm/building_blocks/nsight_systems.py
hpccm/building_blocks/nvhpc.py
hpccm/building_blocks/nvshmem.py
hpccm/building_blocks/ofed.py
hpccm/building_blocks/openblas.py
hpccm/building_blocks/openmpi.py
hpccm/building_blocks/packages.py
hpccm/building_blocks/pgi.py
hpccm/building_blocks/pip.py
hpccm/building_blocks/pmix.py
hpccm/building_blocks/pnetcdf.py
hpccm/building_blocks/python.py
hpccm/building_blocks/rdma_core.py
hpccm/building_blocks/scif.py
hpccm/building_blocks/sensei.py
hpccm/building_blocks/slurm_pmi2.py
hpccm/building_blocks/ucx.py
hpccm/building_blocks/xpmem.py
hpccm/building_blocks/yum.py
hpccm/primitives/__init__.py
hpccm/primitives/baseimage.py
hpccm/primitives/blob.py
hpccm/primitives/comment.py
hpccm/primitives/copy.py
hpccm/primitives/environment.py
hpccm/primitives/label.py
hpccm/primitives/raw.py
hpccm/primitives/runscript.py
hpccm/primitives/shell.py
hpccm/primitives/user.py
hpccm/primitives/workdir.py
hpccm/templates/CMakeBuild.py
hpccm/templates/ConfigureMake.py
hpccm/templates/__init__.py
hpccm/templates/annotate.py
hpccm/templates/downloader.py
hpccm/templates/envvars.py
hpccm/templates/git.py
hpccm/templates/ldconfig.py
hpccm/templates/rm.py
hpccm/templates/sed.py
hpccm/templates/tar.py
hpccm/templates/wget.py
hpccm/templates/zipfile.py
recipes/easybuild.py
recipes/hpcbase-gnu-mvapich2.py
recipes/hpcbase-gnu-openmpi.py
recipes/hpcbase-nvhpc-mvapich2.py
recipes/hpcbase-nvhpc-openmpi.py
recipes/mpi_bandwidth.py
recipes/spack.py
recipes/examples/basic.py
recipes/examples/cloverleaf.py
recipes/examples/gnu-devel.py
recipes/examples/multistage.py
recipes/examples/scif.py
recipes/examples/script.py
recipes/examples/userargs.py
recipes/gromacs/gromacs.py
recipes/hpccm/Dockerfile
recipes/hpccm/README.md
recipes/hpccm/Singularity.def
recipes/hpccm/bootstrap.py
recipes/jupyter/.gitignore
recipes/jupyter/README.md
recipes/jupyter/environment.yml
recipes/jupyter/jupyter.py
recipes/jupyter/notebook.ipynb
recipes/jupyter/requirements.txt
recipes/lammps/lammps.py
recipes/milc/milc.py
recipes/osu_benchmarks/README.md
recipes/osu_benchmarks/common.py
recipes/osu_benchmarks/entrypoint.sh
recipes/osu_benchmarks/osu_benchmarks.py
test/bad_recipe.py
test/docker.blob
test/global_vars_recipe.py
test/helpers.py
test/include1.py
test/include2.py
test/include3.py
test/singularity.blob
test/test_CMakeBuild.py
test/test_ConfigureMake.py
test/test_Stage.py
test/test_amgx.py
test/test_annotate.py
test/test_apt_get.py
test/test_arm_allinea_studio.py
test/test_baseimage.py
test/test_bb_base.py
test/test_blob.py
test/test_boost.py
test/test_catalyst.py
test/test_cgns.py
test/test_charm.py
test/test_cli.py
test/test_cmake.py
test/test_comment.py
test/test_conda.py
test/test_config.py
test/test_copy.py
test/test_downloader.py
test/test_environment.py
test/test_envvars.py
test/test_fftw.py
test/test_gdrcopy.py
test/test_generic_autotools.py
test/test_generic_build.py
test/test_generic_cmake.py
test/test_git.py
test/test_global_vars.py
test/test_gnu.py
test/test_hdf5.py
test/test_hpcx.py
test/test_intel_mpi.py
test/test_intel_psxe.py
test/test_intel_psxe_runtime.py
test/test_julia.py
test/test_knem.py
test/test_kokkos.py
test/test_label.py
test/test_ldconfig.py
test/test_libsim.py
test/test_llvm.py
test/test_magma.py
test/test_mkl.py
test/test_mlnx_ofed.py
test/test_mpich.py
test/test_multi_ofed.py
test/test_mvapich2.py
test/test_mvapich2_gdr.py
test/test_nccl.py
test/test_netcdf.py
test/test_nsight_compute.py
test/test_nsight_systems.py
test/test_nvhpc.py
test/test_nvshmem.py
test/test_ofed.py
test/test_openblas.py
test/test_openmpi.py
test/test_packages.py
test/test_pgi.py
test/test_pip.py
test/test_pmix.py
test/test_pnetcdf.py
test/test_python.py
test/test_raw.py
test/test_rdma_core.py
test/test_recipe.py
test/test_rm.py
test/test_runscript.py
test/test_scif.py
test/test_sed.py
test/test_sensei.py
test/test_shell.py
test/test_slurm_pmi2.py
test/test_tar.py
test/test_toolchain.py
test/test_ucx.py
test/test_user.py
test/test_wget.py
test/test_workdir.py
test/test_xpmem.py
test/test_yum.py
test/test_zipfile.py