[Users] GRHydro prim2con
Ernazar Abdikamalov
abdik at cct.lsu.edu
Fri Jan 7 21:44:18 CST 2011
GRHydro doesn't compile on numrel08. It is complaining about a type
mismatch: In routine primitive2conservative, variable xtemp is defined as
CCTK_REAL :: xtemp
and is used as an output variable in routine prim2con_hot. However, inside
prim2con_hot, the corresponding variable is defined as
real*8 temp0(1).
I don't know exactly why this doesn't compile. However, if, for example, one
defines xtemp in routine primitive2conservative as
CCTK_REAL :: xtemp(1),
then it compiles. I've attached the corresponding patch to this message. Is
it okay to apply it? Thanks,
Ernazar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/users/attachments/20110107/15a8a24d/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: GRHydro_Prim2Con.F90.patch
Type: application/octet-stream
Size: 470 bytes
Desc: not available
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20110107/15a8a24d/attachment.obj
More information about the Users
mailing list