We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e22a82d + caad82a commit 3841fcfCopy full SHA for 3841fcf
test/e2e/mpi.go
@@ -51,9 +51,8 @@ var _ = Describe("MPI E2E Test", func() {
51
workingDir: "/home",
52
//Need sometime waiting for worker node ready
53
command: `sleep 5;
54
-MPI_HOST=` + "`" + `cat /etc/volcano/mpiworker.host | tr "\n" ","` + "`" + `;
55
mkdir -p /var/run/sshd; /usr/sbin/sshd;
56
-mpiexec --allow-run-as-root --host ${MPI_HOST} -np 2 mpi_hello_world > /home/re`,
+mpiexec --allow-run-as-root --hostfile /etc/volcano/mpiworker.host -np 2 mpi_hello_world > /home/re`,
57
},
58
{
59
name: "mpiworker",
0 commit comments