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/check_parameters.f90

    r2101 r2118  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! OpenACC related parts of code removed
    2323!
    2424! Former revisions:
     
    518518    IF ( transpose_compute_overlap )  THEN
    519519       IF ( numprocs == 1 )  STOP '+++ transpose-compute-overlap not implemented for single PE runs'
    520 #if defined( __openacc )
    521        STOP '+++ transpose-compute-overlap not implemented for GPU usage'
    522 #endif
    523520    ENDIF
    524521
     
    774771    SELECT CASE ( TRIM( loop_optimization ) )
    775772
    776        CASE ( 'acc', 'cache', 'vector' )
     773       CASE ( 'cache', 'vector' )
    777774          CONTINUE
    778775
Note: See TracChangeset for help on using the changeset viewer.