Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DOMjudge/domjudge-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: DOMjudge/domjudge-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: icpc-baku-initial-changes
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 24, 2025

  1. Initial changes for the ICPC World Finals in Baku

    * Install php-bcmath extension
    * Copy the pc2packages key to the Ubuntu archive keyring
    * Install openjdk 21
    * Copy kotlin folder instead of using old apt package
    * Use correct repo URL
    * Do not use cgroupv1
    nickygerritsen committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    2e9458d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Store disabled CPUs

    We will use those later for a report and to not duplicate the method of disabling.
    vmcj authored and meisterT committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    5320220 View commit details
    Browse the repository at this point in the history
  2. Store the isolated cores for ansible

    This is defence in depth by disallowing the kernel to schedule work on the online cpu's before the script disables the CPU's. The script can fail when the CPU taken down is currently working on something.
    vmcj authored and meisterT committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    6dea67e View commit details
    Browse the repository at this point in the history
  3. Clarify the package/socket usage

    Package is more correct but socket is better known.
    
    Also fixed a typo.
    vmcj authored and meisterT committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    ad7f722 View commit details
    Browse the repository at this point in the history
  4. Consider ARM processors

    The boost exists for asahi@M1 laptops but not on a raspberry with ARMv7.
    vmcj authored and meisterT committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    b3a9d8d View commit details
    Browse the repository at this point in the history
  5. Disable efficiency cores

    Also clarified the package/socket as package is more correct but socket is better known and fixed a typo.
    vmcj authored and meisterT committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    4a523b8 View commit details
    Browse the repository at this point in the history
Loading