GRHydro doesn&#39;t compile on numrel08. It is complaining about a type mismatch: In routine primitive2conservative, variable xtemp is defined as <br><br>CCTK_REAL :: xtemp<br><br>and is used as an output variable in routine prim2con_hot. However, inside prim2con_hot, the corresponding variable is defined as <br>
<br>real*8 temp0(1). <br><br>I don&#39;t know exactly why this doesn&#39;t compile. However, if, for example, one defines xtemp in routine primitive2conservative as <br><br>CCTK_REAL :: xtemp(1),<br><br>then it compiles. I&#39;ve attached the corresponding patch to this message. Is it okay to apply it? Thanks,<br>
<br>Ernazar<br><br><br><br><br><br><br><br>