Arrgh - missing ":" in the output (to make it like the others).
This commit was SVN r11137.
This commit is contained in:
parent
0757dfba42
commit
1057120057
@ -47,7 +47,7 @@ program ring
|
||||
|
||||
if (rank .eq. 0) then
|
||||
message = message - 1
|
||||
print *, 'Process 0 decremented value', message
|
||||
print *, 'Process 0 decremented value:', message
|
||||
endif
|
||||
|
||||
call MPI_SEND(message, 1, MPI_INTEGER, next, tag, MPI_COMM_WORLD, ierr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user