Ignore:
Timestamp:
Jan 17, 2017 4:38:49 PM (7 years ago)
Author:
raasch
Message:

all OpenACC directives and related parts removed from the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/init_3d_model.f90

    r2101 r2118  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! OpenACC directives removed
    2323!
    2424! Former revisions:
     
    800800!-- 3D-array for storing the dissipation, needed for calculating the sgs
    801801!-- particle velocities
    802     IF ( use_sgs_for_particles  .OR.  wang_kernel  .OR.  collision_turbulence  &
    803          .OR.  num_acc_per_node > 0 )  THEN
     802    IF ( use_sgs_for_particles  .OR.  wang_kernel  .OR.  collision_turbulence )&
     803    THEN
    804804       ALLOCATE( diss(nzb:nzt+1,nysg:nyng,nxlg:nxrg) )
    805805    ENDIF
     
    19201920       CALL location_message( 'calling pressure solver', .FALSE. )
    19211921       n_sor = nsor_ini
    1922        !$acc data copyin( d, ddzu, ddzw, nzb_s_inner, nzb_u_inner )            &
    1923        !$acc      copyin( nzb_v_inner, nzb_w_inner, p, rflags_s_inner, tend )  &
    1924        !$acc      copyin( weight_pres, weight_substep )                        &
    1925        !$acc      copy( tri, tric, u, v, w )
    19261922       CALL pres
    1927        !$acc end data
    19281923       n_sor = nsor
    19291924       CALL location_message( 'finished', .TRUE. )
Note: See TracChangeset for help on using the changeset viewer.