hpc-container-maker icon indicating copy to clipboard operation
hpc-container-maker copied to clipboard

HPC Container Maker

Results 15 hpc-container-maker issues
Sort by recently updated
recently updated
newest added

This is both a question and maybe feature request. I wanted to make sure that the current intel_psxe building block doesn't work for Intel oneAPI, right? If not, I might...

… string for the shell and singularity container types ## Pull Request Description Add the the arg primitive that is docker specific. This primitive return a empty string for the...

The behavior of the Singularity %files directive changed beginning in version 3.6. See https://github.com/hpcng/singularity/issues/5514. For this Singularity definition file: ``` Bootstrap: docker From: ubuntu:18.04 %files foo /var/tmp %post ls -l...

## Pull Request Description Hey Scott, in one of our workflows, a warning from the download_step (and in downloader.__unpack()) within generic_cmake.__setup() was getting slurped into the dockerfile. I'm working with...

This ia feature request. Singularity stores its definition file in the resulting image. This can be extracted using "singularty inspect -d". This allows you to see how the image was...

I want to understand the difference between "recipe files" and "module files" I believe the differences are described [here](https://github.com/NVIDIA/hpc-container-maker/blob/master/docs/getting_started.md#using-hpccm) But there isn't much detail. What is the difference between code...

The first words I read were "arm_allinea_studio". This suggested that that is the topic of this document. Instead, add a very brief introduction to describe what this document is for....

It would be helpful to have support for installing PNetCDF from the latest commit on github: https://github.com/Parallel-NetCDF/PnetCDF

I misspelled an argument to a building block, and the building block basically didn't care that I tried to pass it nonsense. example, misspell toolchain= and you silently do not...