1
1
openmpi/test/simple/shell_hello
Ralph Castain 7e2874a83d
Save the old ORTE simple tests
Useful when debugging RTE-related issues

Not for inclusion in the tarball - just added to git repo for use by
developers.

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-02-21 06:15:06 -08:00

4 строки
87 B
Bash
Исполняемый файл

#!/bin/sh
echo Hello world! I am $MPI_COMM_WORLD_RANK of $MPI_COMM_WORLD_SIZE.
exit 0