| ... | ... | @@ -4,6 +4,10 @@ |
|
|
|
|
|
|
|
* [Official instructions to use local clusters](http://users.jyu.fi/%7Eveapaja/FGCI-instructions.JYU.txt)
|
|
|
|
* If you need access, contact [Vesa Apaja](https://www.jyu.fi/fi/henkilot/vesa-apaja)
|
|
|
|
* No quota. But check that you do not use all disc space yourself!
|
|
|
|
* * All datafiles should be saved in `/n/work0i/username` where _i_ is 0,1,2,3,... different for different users.
|
|
|
|
* * Check how much disc space your files take: `du -hs /n/work01/username`
|
|
|
|
* * Check how much disc space is available: `df -h /n/work01/username`
|
|
|
|
|
|
|
|
## GPU
|
|
|
|
|
| ... | ... | @@ -30,7 +34,10 @@ Resources |
|
|
|
- [Puhti and Mahti partitions](https://docs.csc.fi/computing/running/batch-job-partitions/)
|
|
|
|
- [Puhti and Mahti storage](https://docs.csc.fi/computing/disk/): use _/scratch/lappi_ for data, _/projappl/lappi_ for code. Note that scratch is cleaned, and files older than 180days are automatically removed.
|
|
|
|
|
|
|
|
In addition to CPU quota, we have limited disc space. Also the number of files is limited. To see the current usage and limits, run _csc-workspaces_
|
|
|
|
In addition to CPU quota, we have limited disc space. Also the number of files is limited. To see the current usage and limits, run
|
|
|
|
```bash
|
|
|
|
csc-workspaces
|
|
|
|
```
|
|
|
|
|
|
|
|
Use the following command to count files in the current directory:
|
|
|
|
|
| ... | ... | |
| ... | ... | |