Ignore:
Timestamp:
Jun 10, 2016 12:06:59 PM (8 years ago)
Author:
suehring
Message:

Rename multigrid into multigrid_noopt and multigrid_fast into multigrid, subroutines poismg is renamed into poismg_noopt and poismg_fast_mod into poismg_mod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r1917 r1931  
    2020# Current revisions:
    2121# ------------------
    22 #
     22# poismg renamed poismg_noopt, poismg_fast_mod renamed poismg_mod
    2323#
    2424# Former revisions:
     
    310310        package_parin.f90 palm.f90 parin.f90 plant_canopy_model_mod.f90 pmc_interface_mod.f90 \
    311311        pmc_client_mod.f90 pmc_general_mod.f90 pmc_handle_communicator_mod.f90 \
    312         pmc_mpi_wrapper_mod.f90 pmc_server_mod.f90 poisfft_mod.f90 poismg.f90 \
    313         poismg_fast_mod.f90 pres.f90 print_1d.f90 production_e.f90 \
     312        pmc_mpi_wrapper_mod.f90 pmc_server_mod.f90 poisfft_mod.f90 poismg_mod.f90 \
     313        poismg_noopt.f90 pres.f90 print_1d.f90 production_e.f90 \
    314314        prognostic_equations.f90 progress_bar_mod.f90 radiation_model_mod.f90 \
    315315        random_function_mod.f90 random_gauss.f90 random_generator_parallel_mod.f90 \
     
    501501pmc_server_mod.o: pmc_general_mod.o pmc_handle_communicator_mod.o pmc_mpi_wrapper_mod.o
    502502poisfft_mod.o: modules.o cpulog_mod.o fft_xy_mod.o mod_kinds.o tridia_solver_mod.o
    503 poismg.o: modules.o cpulog_mod.o mod_kinds.o
    504 poismg_fast_mod.o: modules.o cpulog_mod.o mod_kinds.o
    505 pres.o: modules.o cpulog_mod.o mod_kinds.o poisfft_mod.o poismg_fast_mod.o
     503poismg_mod.o: modules.o cpulog_mod.o mod_kinds.o
     504poismg_noopt.o: modules.o cpulog_mod.o mod_kinds.o
     505pres.o: modules.o cpulog_mod.o mod_kinds.o poisfft_mod.o poismg_mod.o
    506506print_1d.o: modules.o cpulog_mod.o mod_kinds.o
    507507production_e.o: modules.o mod_kinds.o wall_fluxes.o
Note: See TracChangeset for help on using the changeset viewer.