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: NCAS-CMS/FAMOUS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cemac/FAMOUS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: leeds_aire
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 156 files changed
  • 1 contributor

Commits on Dec 14, 2025

  1. Adjust paths to ksh executable

    Use /usr/bin/env ksh / `which ksh` instead of /bin/ksh, as ksh
    may not be available in /bin ...
    cemacrr committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    a77d86e View commit details
    Browse the repository at this point in the history
  2. Adjust bigend source code

    Adjust for modern C compilers ...
    cemacrr committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    86daa47 View commit details
    Browse the repository at this point in the history
  3. Remove singularity files

    Not being used
    cemacrr committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    dd32c51 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Adjust mpif90 variables in setvars

    Adjust for shared compilation
    cemacrr committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    6217208 View commit details
    Browse the repository at this point in the history
  2. Remove existing bigend executables

    Needs to be recompiled
    cemacrr committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    fb7bbb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ed7fed View commit details
    Browse the repository at this point in the history
  4. Remove bundled mpich

    Not being used
    cemacrr committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    cc08f40 View commit details
    Browse the repository at this point in the history
  5. Replace nupdate.static with link to nupdate

    Replace duplicate executable with link
    cemacrr committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    d185257 View commit details
    Browse the repository at this point in the history
  6. Remove make_mod.sh

    Not being used
    cemacrr committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    8e78515 View commit details
    Browse the repository at this point in the history
  7. Remove famouse execs

    Can be compiled locally when required
    cemacrr committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    7ebe5db View commit details
    Browse the repository at this point in the history
  8. Adjust README

    cemacrr committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    61cd8ae View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Add aire slurm options file

    Remove other slurm files
    cemacrr committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    a3bc416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7aaa44 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Configuration menu
    Copy the full SHA
    23eda45 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. Add / update umsubmit script

    Adjusted umsubmit_local for local use ...
    cemacrr committed Jan 7, 2026
    Configuration menu
    Copy the full SHA
    5c9ae62 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. Adjust default compile time in umbsubmit

    Set default compile time to one hour.
    cemacrr committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    f440770 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. update slurm options for aire

    add:
    
      export I_MPI_PMI_LIBRARY=/usr/lib64/libpmi2.so
      export I_MPI_PMI2=yes
    
    as things seem to have stopped working, but these options appear
    to fix things ...
    cemacrr committed May 27, 2026
    Configuration menu
    Copy the full SHA
    af3a7d2 View commit details
    Browse the repository at this point in the history
  2. Update aire slurm options

    MPIR_CVAR_CH4_CMA_ENABLE=0 also required to get things working
    again. Possibly only this option is required ...
    cemacrr committed May 27, 2026
    Configuration menu
    Copy the full SHA
    429dd0b View commit details
    Browse the repository at this point in the history
Loading