4 строки
87 B
Plaintext
4 строки
87 B
Plaintext
|
#!/bin/sh
|
||
|
echo Hello world! I am $MPI_COMM_WORLD_RANK of $MPI_COMM_WORLD_SIZE.
|
||
|
exit 0
|