User portal

view profile, check “System Monitor”, “User Guides”

User Portal

$WORK dir

The default login dir is $HOME dir, however it has limited space (~10G), do not download large package like transformer into it

(We usually only put ~/.bashrc, do git operations, commit task in $HOME dir)

So we usually store projects and manipulate them in $WORK dir, cd $WORK

Interactive node

$WORK is distributed file system, to debug, we need to use interactive node https://docs.tacc.utexas.edu/software/idev/

idev -N 2 -n 2 -p gpu-a100 -t 2:00:00

To exit idev and return to your terminal session, type exit or ctrl-D.

Install pip

https://github.com/EngineeringSoftware/teco/blob/main/prepare-env.sh

https://github.com/EngineeringSoftware/teco-internal/blob/master/python/teco/eval/tacc.py#L154-L157

Submit job

Submit the job, sbatch config.slurm