diff --git a/README.md b/README.md index cf8f9e087b1b2895d66171bd7ac5fa2fa478249c..d4662ef82a77c8e24929e7ddbb0068ce4bc4565a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,23 @@ CentOS Mellanox ``` +## Math Formulas + +Formulas are made with: + +* https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/ +* https://www.mathjax.org/ + +You can add formula to page like this: + +``` +$$ +MAX\_FAIRSHARE * ( 1 - \frac{usage_{Project}}{usage_{Total}} ) +$$ +``` + +To enable the MathJX on page you need to enable it by adding line ```---8<--- "mathjax.md"``` at the end of file. + ## Developemnt Environment ### MkDocs diff --git a/docs.it4i/anselm/job-priority.md b/docs.it4i/anselm/job-priority.md index 06c7e921d38a35fac318acc7485dcf2c1a015ddf..30eba2bd004ff45ec5532d06ea556bdd08b7f56c 100644 --- a/docs.it4i/anselm/job-priority.md +++ b/docs.it4i/anselm/job-priority.md @@ -26,7 +26,7 @@ Fair-share priority is used for ranking jobs with equal queue priority. Fair-share priority is calculated as - +---8<--- "fairshare_formula.md" where MAX_FAIRSHARE has value 1E6, usage<sub>Project</sub> is cumulated usage by all members of selected project, @@ -52,7 +52,7 @@ Eligible time can be seen as eligible_time attribute of job. Job execution priority (job sort formula) is calculated as: - +---8<--- "job_sort_formula.md" ### Job backfilling @@ -68,3 +68,5 @@ It means, that jobs with lower execution priority can be run before jobs with hi It is **very beneficial to specify the walltime** when submitting jobs. Specifying more accurate walltime enables better scheduling, better execution times and better resource usage. Jobs with suitable (small) walltime could be backfilled - and overtake job(s) with higher priority. + +---8<--- "mathjax.md" diff --git a/docs.it4i/salomon/job-priority.md b/docs.it4i/salomon/job-priority.md index 265afe5441ba0ad549348c7de9edc07c3fb078fb..5455a1ac4df144a9defc62d7a6511b3890bac5e7 100644 --- a/docs.it4i/salomon/job-priority.md +++ b/docs.it4i/salomon/job-priority.md @@ -26,7 +26,7 @@ Fair-share priority is used for ranking jobs with equal queue priority. Fair-share priority is calculated as - +---8<--- "fairshare_formula.md" where MAX_FAIRSHARE has value 1E6, usage<sub>Project</sub> is cumulated usage by all members of selected project, @@ -53,7 +53,7 @@ Eligible time can be seen as eligible_time attribute of job. Job execution priority (job sort formula) is calculated as: - +---8<--- "job_sort_formula.md" ### Job backfilling @@ -73,3 +73,5 @@ Specifying more accurate walltime enables better scheduling, better execution ti ### Job Placement Job [placement can be controlled by flags during submission](job-submission-and-execution/#job_placement). + +---8<--- "mathjax.md"