Quellcode durchsuchen

adding readme with example submit commands

john lockman vor 5 Jahren
Ursprung
Commit
361d835123
1 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  1. 12 0
      examples/README.md

+ 12 - 0
examples/README.md

@@ -0,0 +1,12 @@
+# Examples
+
+
+The examples [[https://github.com/dellhpc/omnia/blob/master/examples/k8s-TensorFlow-resnet50-multinode-MPIOperator.yaml | K8s submit]] and [[https://github.com/dellhpc/omnia/blob/master/examples/slurm-TensorFlow-resnet50-multinode-MPI.batch | SLURM submit]] are provide as examples for running the resnet50 benchmark with TensorFlow on 8 GPUs using 2 C4140s.
+
+## Submitting the example
+
+# K8s
+```` kubectl create -f k8s-TensorFlow-resnet50-multinode-MPIOperator.yaml ````
+
+# Slurm
+```` sbatch slurm-TensorFlow-resnet50-multinode-MPI.batch ````