Scott McMillan
Scott McMillan
@aavbsouza did you see https://github.com/NVIDIA/hpc-container-maker/pull/334#discussion_r552793308? Otherwise, this looks good to me.
The `hpccm` CLI tool imports the `hpccm` module and provides some other boilerplate. See `hpccm/cli.py`. The CLI tool can save some time and effort in most cases. However, if you...
Correct, the `intel_psxe` building block is for Intel Parallel Studio, before it was rebranded as OneAPI. Intel now provides apt / yum repositories for OneAPI, so installation should be quite...
Great point about missing a description of the document itself. This applies equally to the autogenerated primitives and misc_api documentation as well. These files are auto generated from the code...
This is also likely the root cause of #328.
This looks like the problem: `'-g77', None,`. Do you have the GNU Fortran compiler installed?
> > Does anyone know the situation regarding ABI compatibility on the fortran side? > > @samcmill do you know? In general there is no Fortran ABI compatibility between different...
Yes, there probably should be a set of runtime ospackages that are installed. Besides zlib, is there anything else you've found that should be installed?
Sounds great! Looking forward to it.
@jmuppave does this look good to you?