I use nvidia local images:
enroot import dockerd://nvcr.io/nvidia/hpc-benchmarks:21.4-hpl
srun -N 1 --container-image ./nvcr.io+nvidia+hpc-benchmarks+21.4-hpl.sqsh --pty bash
when run numactl -C 0 ls , it get error:
while use lscpu, it looks good:
I think it is some misconfiguration, but at the moment I am not able to spot it. Thanks.
I use nvidia local images: enroot import dockerd://nvcr.io/nvidia/hpc-benchmarks:21.4-hpl srun -N 1 --container-image ./nvcr.io+nvidia+hpc-benchmarks+21.4-hpl.sqsh --pty bash when run numactl -C 0 ls , it get error:
while use lscpu, it looks good:
I think it is some misconfiguration, but at the moment I am not able to spot it. Thanks.