Ignore:
Timestamp:
Feb 27, 2020 3:24:30 PM (4 years ago)
Author:
raasch
Message:

serial (non-MPI) test case added, several bugfixes for the serial mode

File:
1 edited

Legend:

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

    r4366 r4429  
    2525! -----------------
    2626! $Id$
     27! Statements added to avoid compile errors due to unused dummy arguments in serial mode
     28!
     29! 4366 2020-01-09 08:12:43Z raasch
    2730! modification concerning NEC vectorizatio
    2831!
     
    780783                          comm1dx, ierr )
    781784       CALL cpu_log( log_point_s(32), 'mpi_alltoall', 'stop' )
     785#else
     786!
     787!--    Next line required to avoid compile error about unused dummy argument in serial mode
     788       i = SIZE( f_out )
    782789#endif
    783790
     
    830837                          comm1dx, ierr )
    831838       CALL cpu_log( log_point_s(32), 'mpi_alltoall', 'stop' )
     839#else
     840!
     841!--    Next line required to avoid compile error about unused dummy argument in serial mode
     842       i = SIZE( f_in )
    832843#endif
    833844
     
    11721183                          comm1dy, ierr )
    11731184       CALL cpu_log( log_point_s(32), 'mpi_alltoall', 'stop' )
     1185#else
     1186!
     1187!--    Next line required to avoid compile error about unused dummy argument in serial mode
     1188       i = SIZE( f_out )
    11741189#endif
    11751190
     
    12061221       REAL(wp), DIMENSION(1:nz,nys:nyn,0:nx)             ::  f_out      !<
    12071222       REAL(wp), DIMENSION(nys:nyn,1:nz,0:nx)             ::  work       !<
     1223
    12081224
    12091225!
     
    12161232                          comm1dy, ierr )
    12171233       CALL cpu_log( log_point_s(32), 'mpi_alltoall', 'stop' )
     1234#else
     1235!
     1236!--    Next line required to avoid compile error about unused dummy argument in serial mode
     1237       i = SIZE( f_in )
    12181238#endif
    12191239
Note: See TracChangeset for help on using the changeset viewer.