#TACC Setup/Usage (11.30.2023) ##Setup
- Ensure Multi-Factor Authentication is setup
- SSH into TACC with the following command in a terminal
ssh {tacc_username}@login2.frontera.tacc.utexas.eduNote: Going through VSCode will cause many extra downloads, which is space inefficient - Install conda
https://docs.conda.io/projects/miniconda/en/latest/index.html
wget {link}- example link: https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
- need to use right click instead of Ctrl+V to paste in terminal
bash Miniconda3-latest-Linux-x86_64.sh- Hold <ENTER>, type
yes, install into$WORK/Miniconda3, typeyes exitto save changes (relogin if desired) ##Access
##Useful Commands ###General
-
pwdchecks current path -
scp {source} {destination}- {local_path}
- {tacc_username}@login2.frontera.tacc.utexas.edu:{server_path} ###Conda
-
conda env list###TACC -
module list -
module avail -
module load {desired_module} -
idev -m {minutes_timeout} -p {rtx-dev}rtx-devspecifies a GPU node rather than a regular node
usr/local/etc/taccinfo