diff --git a/.github/workflows/script_module_list.yml b/.github/workflows/script_module_list.yml index 645ece683309..7a76476bc6ac 100644 --- a/.github/workflows/script_module_list.yml +++ b/.github/workflows/script_module_list.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Python environment uses: actions/setup-python@v4 with: - python-version: "3.6" + python-version: '3.9' - name: flake8 Lint uses: py-actions/flake8@v2 with: @@ -30,13 +30,13 @@ jobs: path: "scripts/available_software" pytest-tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.6' + python-version: '3.9' - name: Install dependencies run: | cd scripts/available_software diff --git a/mkdocs/docs/HPC/software_installation_requests.md b/mkdocs/docs/HPC/software_installation_requests.md index f0de930d788e..3e0253f83351 100644 --- a/mkdocs/docs/HPC/software_installation_requests.md +++ b/mkdocs/docs/HPC/software_installation_requests.md @@ -8,22 +8,30 @@ To submit a software installation request, please use the available request form ## Software usage report -By submitting a software installation request, you are committing to sending back a **software usage report**, -in which the following questions are answered: - -- 1) How many times have you used this software so far? -- 2) On which system(s) did you use this software? -- 3) Is the software working as it should? If not, please elaborate. -- 4) Is the performance of the software as you expect it to be? If not, please elaborate (and consider reporting problems). -- 5) How often will you be using this software going forward? -- 6) Describe how this software will help you with future research output. -- 7) Please provide an example of how to use this software, including the necessary information to run this example (where to get the input files, etc.), so we can consider documenting its usage. - -**Please provide the report no later than 1 month after the completion of the software installation**, -taking into account the following: - -* Send us the software usage report **in PDF format**, as attachment in the reply to the support ticket that corresponds to your software installation request; -* Keep it concise: try to limit the entire report to about one single page; -* You are welcome to consolidate the answers to the questions above for multiple related software installation requests into a single report. - For each additional tool, aim to add no more than half a page extra to the report. - Try to provide an example in which all requested software is used together (see last question above). +By submitting a software installation request, you are committing to sending back a **software usage report**. + +!!! tip "Use the form, Luke" + To submit a software usage report you should use to dedicated form that is available in the HPC-UGent web portal: + + [https://login.hpc.ugent.be/pun/sys/dashboard/support?category=swreport](https://login.hpc.ugent.be/pun/sys/dashboard/support?category=swreport) + +A software usage report provides answers to the following questions: + +- How many times have you used this software so far? +- On which system(s) did you use this software? +- Is the software working as it should? If not, please elaborate. +- Is the performance of the software as you expect it to be? If not, please elaborate (and consider reporting problems). +- How often will you be using this software going forward? +- Describe how this software will help you with future research output. +- Provide an example of how to use this software, including the necessary information to run this example (where to get the input files, etc.), so we can consider documenting its usage. + +!!! abstract "Timing" + Please provide the report **no later than 1 month** after the completion of the software installation. + +Take into account the following guidelines: + +* Make sure to use the correct ticket number in [the form to submit a software usage report](https://login.hpc.ugent.be/pun/sys/dashboard/support?category=swreport); +* Keep it concise: a couple of sentences per answer is sufficient; +* Please submit **one software usage report per ticket** that corresponds to an installation request. + Do not combine usage reports for multiple requests, unless you requested multiple (related) software installations in + a single request (single ticket number). diff --git a/scripts/link_checker/whitelist.txt b/scripts/link_checker/whitelist.txt index 4f6eefd879a9..2f874da8a174 100644 --- a/scripts/link_checker/whitelist.txt +++ b/scripts/link_checker/whitelist.txt @@ -24,6 +24,7 @@ http://hpc.ugent.be/clusterstate https://linux.die.net/man/1/rsync https://linux.die.net/man/1/setfacl https://login.hpc.ugent.be +https://login.hpc.ugent.be/pun/sys/dashboard/support?category=swreport # expired SSL certificate (20250120) https://elearning.vib.be/courses/alphafold @@ -57,3 +58,11 @@ http://www.straightrunning.com/XmingNotes/ # 404 only accessible from UGent network https://ugentbe.sharepoint.com/:u:/r/sites/intranet-personeelszaken/SitePages/en/Vrijwillig-medewerker-en-postdoctoraal-onbezoldigd-medewerker.aspx + +# 429 +https://github.com/deepmind/alphafold/blob/main/README.md +https://github.com/deepmind/alphafold/blob/main/README.md#alphafold-output +https://github.com/deepmind/alphafold/blob/main/README.md#examples +https://github.com/deepmind/alphafold/blob/main/README.md#running-alphafold +https://github.com/hpcugent/vsc-mympirun/blob/master/README.md +https://github.com/open-mpi/ompi/blob/master/examples/ring_c.c