NCAR / HPC-Docs

NCAR HPC Docs Repository
https://ncar-hpc-docs.readthedocs.io/en/latest/
Creative Commons Attribution Share Alike 4.0 International
8 stars 15 forks source link

Update contributing documents and update `qinteractive` and interactive job informations. #229

Closed negin513 closed 1 month ago

negin513 commented 2 months ago

This PR:

1- Adds more information about Interactive jobs with details about resource selection and peer system interactive systems. 2- Remove references to execcasper (except for JupyterHub relevant docs that is under another PR #193 ). 3- Updates our contributing documentations to add submodule information.

Resoleve #228

mkavulich commented 1 month ago

@vanderwb Thanks for your help and pointing me to this new documentation. I just wanted to point out an additional detail about memory availability: in docs/pbs/checking-memory-use/index.md, it states that the compute nodes have 240 GB of usable memory, but when I attempted to request this much via the qinteractive command my job was killed with a message that Derecho nodes have 235 GB of usable memory. Not a huge discrepancy but I thought I should point it out.

vanderwb commented 1 month ago

Thanks @mkavulich ! I've just created a pull request to fix that issue. It turns out that most of the memory numbers were slightly wrong on that page. 😕

negin513 commented 1 month ago

@vanderwb Thanks for your review. I have updated the pages to reflect your comments. Please let me know if you have any concerns or questions and thanks again for reviewing this.