d70e2e8c2b
Remains to be tested to ensure everything came over cleanly, so please continue to withhold commits a little longer This commit was SVN r17632.
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
|