[FLASH-USERS] small error in Driver_computeDt.F90
Massimo Gaspari
gaspmax at hotmail.com
Sat Mar 13 15:13:52 EST 2010
Hi all,
I think there is a small error in Driver_computeDt.F90 line 412 and 419:
call MPI_Send (coords(1), 3, MPI_INTEGER, MASTER_PE, &
0, MPI_COMM_WORLD, error)
call MPI_Recv (coords(1), 3, MPI_INTEGER, dtMinLoc(5), 0, &
MPI_COMM_WORLD, status, error)
MPI_INTEGER is wrong, because it is associated to coords. Substitute it with FLASH_REAL (of course including
#include "Flash_mpi.h") and print will be ok. This is just in case you are using printTStepLoc=.true. (don't know why this parameter is not among runtime params).
Max
(Massimo Gaspari - University of Bologna)
_________________________________________________________________
Più spazio per le tue esigenze. Hotmail va oltre i 5GB
http://www.windowslive.it/hotmail/SpazioDisponibile.aspx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://flash.rochester.edu/pipermail/flash-users/attachments/20100313/b28c0183/attachment.htm>
More information about the flash-users
mailing list