Ignore:
Timestamp:
Apr 25, 2014 12:55:07 PM (10 years ago)
Author:
raasch
Message:

bugfixes:
missing variables added to ONLY lists in USE statements (advec_s_bc, advec_s_pw, advec_s_up, advec_ws, buoyancy, diffusion_e, diffusion_s, fft_xy, flow_statistics, palm, prognostic_equations)
missing module kinds added (cuda_fft_interfaces)
dpk renamed dp (fft_xy)
missing dependency for check_open added (Makefile)
variables removed from acc-present-list (diffusion_e, diffusion_w, diffusivities, production_e, wall_fluxes)
syntax errors removed from openacc-branch (flow_statistics)
USE-statement for nopointer-case added (swap_timelevel)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r1366 r1374  
    2020# Current revisions:
    2121# ------------------
    22 #
     22# bugfix: missing dependency added for check_open
    2323#
    2424# Former revisions:
     
    267267calc_spectra.o: modules.o cpulog.o fft_xy.o mod_kinds.o
    268268check_for_restart.o: modules.o mod_kinds.o
    269 check_open.o: modules.o mod_kinds.o
     269check_open.o: modules.o mod_kinds.o mod_particle_attributes.o
    270270check_parameters.o: modules.o mod_kinds.o subsidence.o
    271271close_file.o: modules.o mod_kinds.o
Note: See TracChangeset for help on using the changeset viewer.