1
1
openmpi/orte/test/mpi/shell_hello
Ralph Castain d70e2e8c2b Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately.
Remains to be tested to ensure everything came over cleanly, so please continue to withhold commits a little longer

This commit was SVN r17632.
2008-02-28 01:57:57 +00:00

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

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