Ignore:
Timestamp:
May 14, 2020 6:35:22 PM (4 years ago)
Author:
raasch
Message:

I/O on reduced number of cores added (using shared memory MPI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r4525 r4534  
    2525# -----------------
    2626# $Id$
     27# shared_memory_io_mod included and respective dependencies added
     28#
     29# 4525 2020-05-10 17:05:07Z raasch
    2730# dependency for salsa_mod updated
    2831#
     
    289292        run_control.f90 \
    290293        salsa_mod.f90 \
     294        shared_memory_io_mod.f90 \
    291295        singleton_mod.f90 \
    292296        sor.f90 \
     
    10941098        mod_kinds.o \
    10951099        exchange_horiz_mod.o \
    1096         posix_interface_mod.o
     1100        posix_interface_mod.o \
     1101        shared_memory_io_mod.o
    10971102run_control.o: \
    10981103        cpulog_mod.o \
     
    11181123singleton_mod.o: \
    11191124        mod_kinds.o
     1125shared_memory_io_mod.o: \
     1126        modules.o
    11201127sor.o: \
    11211128        exchange_horiz_mod.o \
Note: See TracChangeset for help on using the changeset viewer.