OverviewAnchor id2 id2
Installing the Correct VersionAnchor id3 id3
Testing Your ImageAnchor id4 id4
Docker Images Identified That Utilize OFEDAnchor id5 id5
...
Info | ||||
---|---|---|---|---|
| ||||
|
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 language python linenumbers false git clone https://github.com/WashU-IT-RIS/docker-osu-micro-benchmarks.git
Change directory to docker-osu-mirco-benchmarks.
Code Block language python linenumbers false 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 language python linenumbers false 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.
...