How can I choose which account to use, if I am subscribed to more than one project?#
Just insert the following line into your job script:
#SBATCH --account=<prj-account> (e.g. #SBATCH --account=xz0123)
There is no default project account.
How can I check my disk space usage?
How can I get a stack trace if my program crashes?