# Working on UPPMAX ## ``$HOME`` dir and project dir ### Quota - Disk usage and number of files - ``$HOME`` has always 32 GB and 300,000 files - You typically have one project per project, their size dependent on type of project - Compute projects both have disk space (128 GB) and computing time attached to them - Check your quota with ```{code-block} console $ uquota ``` ### Core hours - You get core hours only from compute project - When they are used you can still get "BONUS" jobs if the resources allow. - You can find your current projects (and other projects that you have run jobs in) with the program ``projinfo``. ```{code-block} console $ projinfo ``` or ```{code-block} console $ projinfo ``` - For example, if your project is named NAISS 2017/1-334 you specify ``naiss2017-1-234`` ## What kind of work will you perform? ```{uml} @startuml start :login; :Rackham login Node; if (Do CPU/memory intensive work) then (yes) :Use calculation node; if (Do interactive work) then (yes) :$ interactive -A ; else (no) :Make a batch script; :$ sbatch