7e2874a83d
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>
4 строки
87 B
Bash
Исполняемый файл
4 строки
87 B
Bash
Исполняемый файл
#!/bin/sh
|
|
echo Hello world! I am $MPI_COMM_WORLD_RANK of $MPI_COMM_WORLD_SIZE.
|
|
exit 0
|