Frequently Asked Questions

Warning

As Delta is upgraded to Red Hat 9 in the winter of 2025/26, we are transitioning the documentation. You have arrived at an old, stale documentation link. Please update your links to the main Delta documentation page.

How do I log into Delta?

Log into the Delta login nodes via Secure Shell (SSH) using your NCSA username, password, and NCSA Duo MFA. See Delta Login Methods for more information, including the login node hostnames.

How do I request access to Delta?

Most Delta compute resource allocations are awarded through the ACCESS program.

See the Delta Allocations page to learn more about the different allocation methods and how to submit an allocation request to each.

How do I acknowledge Delta, NCSA, and/or ACCESS in my research?

See Delta Citations for information on how to acknowledge Delta or NCSA, and Acknowledging ACCESS for information on how to acknowledge ACCESS.

What causes “ImportError: /lib64/libstdc++.so.6: version GLIBCXX_3.x.x not found”?

This can result from bringing software onto Delta that was not built on the system using the system programming modules. You can usually work around this by setting:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBRARY_PATH

Why doesn’t nvidia-smi find a GPU?

You are running the command on a CPU-only compute node or on one of the login nodes. Only the GPU nodes contain NVIDIA GPUs, and they are accessible via the Slurm batch system. See Running Jobs.