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: bioexcel/gromacs-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: bioexcel/gromacs-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2021.5
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 7, 2022

  1. Include /usr/local/cuda-11.6/compat in ld search path

    This should only become used if nvidia drivers were not mounted in by Gromacs, avoiding the warning error for non-NVIDIA systems. Note that this library won't be able to bind to a GPU.
    stain committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    2ff485e View commit details
    Browse the repository at this point in the history
  2. Use symlink instead of wildcard

    Maintained by Debian _alternatives_ system:
    
    ```
    root@3442b01e46cf:/etc/ld.so.conf.d# ls -ald /usr/local/cuda
    lrwxrwxrwx 1 root root 22 Jan 20 19:52 /usr/local/cuda -> /etc/alternatives/cuda
    
    root@3442b01e46cf:/etc/ld.so.conf.d# ls -ald /etc/alternatives/cuda
    lrwxrwxrwx 1 root root 20 Jan 20 19:52 /etc/alternatives/cuda -> /usr/local/cuda-11.6
    ```
    stain committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    e35bb56 View commit details
    Browse the repository at this point in the history
  3. Typo fix

    stain committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    23ec299 View commit details
    Browse the repository at this point in the history
Loading