Skip to main content

Overview

Parabricks is readily available as a container from NVIDIA NGC. You can access it most simply via the interactive command.

Interactively use Parabricks

Use the instructions listed here to identify the apptainer filename to use.

SIMG=parabricks-4.0.sif classic-interactive -G 1

This command will grant you access to the Parabricks container on a physical node, with a single GPU.

Common Errors

If you receive the following warning, you likely did not use the -G sbatch option to If you receive the following warning, you likely did not use the -G sbatch option to request a GPU.

**WARNING: Could not find any nv files on this host!  
ERROR Failed to verify GPU driver: Failed to detect host CUDA driver version: nvml init failed: NVML Not Initialized, unable to determine error!
FATAL Please double check that GPU passthrough is enabled: `--nv` (Singularity), `--gpus all` (Docker)**