...
If you do not know of which project accounts you are a member you can execute the command:
id
Naming convention
All project names start with one of the following:
def def : default account
rrg rrg : resources for research groups
ctb ctb : contributed
Followed by a '-' and the name or name acronym of the professor.
...
To see under which project accounts you can store data check the list of links under ~/projects:
ls -l ~/projects
To check the space available for each account you are a member of you can use the official command:
diskusage_report
or my version of the same command which adds also the usage in percent:
~winger/ovbin/k.quota
2) CPU allocation
To submit any program on any machine of the Alliance you need to specify which project account should get billed for the use of the cpu time. The project accounts under which one can store data are usually the same as the ones under one which can run simulations but not always. If you are trying to run under a project account of which you are not a member your job will simply be denied.
To see the how many core years a project account has (how "large" it is) and to see if it was recently under or over used you can use the command:
sshare -l -A account-name_cpu
You need to put the '_cpu' after the name of the account!!!
...
I created myself a script to check all the accounts I am a member of. You are welcome to use it or take a copy of it. This is the script:
~winger/ovbin/qsp