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: cfdemons/code_saturne
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: LUMACoupling
Choose a base ref
...
head repository: cfdemons/code_saturne
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: check_v_luma_nonnull
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 4, 2022

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

Commits on Aug 19, 2022

  1. cs_case.py: Correct LUMA code in generate_solver_mpmd_configfile_srun

    This runs LUMA in the wrong directory; I'm not sure if it's possible
    to specify a working directory for each component of a heterogeneous
    job with srun --multi-prog.
    ianhinder committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    1de39b7 View commit details
    Browse the repository at this point in the history
  2. cs_case.py: Use --chdir instead of -wdir when 'mpiexec' is 'srun' in …

    …generate_solver_mpmd_mpiexec
    ianhinder committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    1712d52 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. cs_luma_coupling.c: Check that v_luma is non-NULL before writing to i…

    …t in cs_luma_coupling_recv_data
    
    I don't know why this write is even here; probably it can just be
    removed entirely.
    ianhinder committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    96f6555 View commit details
    Browse the repository at this point in the history
Loading