[Commits] [svn:einsteintoolkit] GRHydro/trunk/src/ (Rev. 334)

roland.haas at physics.gatech.edu roland.haas at physics.gatech.edu
Mon May 14 13:47:06 CDT 2012


User: rhaas
Date: 2012/05/14 01:47 PM

Modified:
 /trunk/src/
  GRHydro_SourceM.F90

Log:
 GRHydro: Fix missing OpenMP variable private declarations.
 
 patch by Philipp Moesta.

File Changes:

Directory: /trunk/src/
======================

File [modified]: GRHydro_SourceM.F90
Delta lines: +2 -0
===================================================================
--- trunk/src/GRHydro_SourceM.F90	2012-05-14 18:44:42 UTC (rev 333)
+++ trunk/src/GRHydro_SourceM.F90	2012-05-14 18:47:06 UTC (rev 334)
@@ -170,6 +170,8 @@
   !$OMP t00,t0x,t0y,t0z,txx,txy,txz,tyy,tyz,tzz,&
   !$OMP dx_alp,dy_alp,dz_alp,&
   !$OMP tau_source,sx_source,sy_source,sz_source,&
+  !$OMP dx_det_bydet,dy_det_bydet,dz_det_bydet,&
+  !$OMP gdg_x,gdg_y,gdg_z,&
   !$OMP bvcx_source,bvcy_source,bvcz_source,&
   !$OMP uxx, uxy, uxz, uyy, uyz, uzz,&
   !$OMP dx_gxx, dx_gxy, dx_gxz, dx_gyy, dx_gyz, dx_gzz,&



More information about the Commits mailing list