Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
iconfalse
titleDocker Usage

Overview

This documentation will guide you on making sure you’re using the most appropriate OFED version for your Docker image in regards to the Scientific Compute Platform.

Installing the Correct Version

Shown below is an example of OFED 5.4 driver Dockerfile instructions for RedHat 7.7.

...

Once you have the correct OFED version installation code in your Dockerfile, you can build and push the image as you normally would.

Testing Your Image

Shown below are the steps to run a test job.

...

  • There is a test script in https://github.com/WashU-IT-RIS/docker-osu-micro-benchmarks.git. Shown below are the instructions for OSU Benchmark test.
    • Clone the repository.

    Code Block
    languagepython
    linenumbersfalse
    git clone https://github.com/WashU-IT-RIS/docker-osu-micro-benchmarks.git
    • Change directory to docker-osu-mirco-benchmarks.

    Code Block
    languagepython
    linenumbersfalse
    cd docker-osu-mirco-benchmarks
    • Run an OSU Benchmark test.
      • Replace <test> with an OSU test that you want to run. For example, osu_bw for OSU bandwidth test.

      • Replace <compute-group> with the compute group you are a member of.

    Code Block
    languagepython
    linenumbersfalse
    QUEUE=subscription bin/osu-test.sh <test> -G <compute-group>

Docker Images Identified That Utilize OFED

If a Docker image you use appears here, you will likely need to update your image.

...