Changeset 9293


Ignore:
Timestamp:
Aug 12, 2014, 3:14:22 PM (11 years ago)
Author:
steve
Message:

Changedthe anuga init to not import the sequential load and dump

Location:
trunk/anuga_core/source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/__init__.py

    r9269 r9293  
    8787from anuga_parallel.parallel_api import send, receive
    8888from anuga_parallel.parallel_api import pypar_available, barrier, finalize
    89 from anuga_parallel.parallel_api import sequential_distribute_dump
    90 from anuga_parallel.parallel_api import sequential_distribute_load
     89#from anuga_parallel.parallel_api import sequential_distribute_dump
     90#from anuga_parallel.parallel_api import sequential_distribute_load
    9191
    9292
  • trunk/anuga_core/source/anuga/utilities/spatialInputUtil.py

    r9277 r9293  
    2626                             if we develop a version of ANUGA with sub-grid topography]
    2727
    28     readRegionPtAreas -- read a shapefile containin regionPtAreas -- xy coordinates + 1 attribute, which is
     28    readRegionPtAreas -- read a shapefile containing regionPtAreas -- xy coordinates + 1 attribute, which is
    2929                         the mesh triangle side length (or area) limit. Can be passed as regionPtAreas in
    3030                         the mesh generation stage.
  • trunk/anuga_core/source/anuga_parallel/parallel_api.py

    r9261 r9293  
    1111from anuga.utilities.parallel_abstraction import pypar_available, barrier
    1212
    13 from anuga_parallel.sequential_distribute import sequential_distribute_dump
    14 from anuga_parallel.sequential_distribute import sequential_distribute_load
     13#from anuga_parallel.sequential_distribute import sequential_distribute_dump
     14#from anuga_parallel.sequential_distribute import sequential_distribute_load
    1515
    1616
  • trunk/anuga_core/source/anuga_parallel/pymetis/metis-4.0/Programs/Makefile

    r8759 r9293  
    3333$(BINDIR)/pmetis$(VERNUM): $(PMETISOBJS) $(METISLIB)
    3434        $(LD)  -o $@ $(PMETISOBJS) $(LIBS)
    35         #chmod 755 $@
     35
    3636
    3737$(BINDIR)/kmetis$(VERNUM): $(KMETISOBJS) $(METISLIB)
    3838        $(LD)  -o $@ $(KMETISOBJS) $(LIBS)
    39         #chmod 755 $@
     39
    4040
    4141$(BINDIR)/oemetis$(VERNUM): $(OEMETISOBJS) $(METISLIB)
    4242        $(LD)  -o $@ $(OEMETISOBJS) $(LIBS)
    43         #chmod 755 $@
     43
    4444
    4545$(BINDIR)/onmetis$(VERNUM): $(ONMETISOBJS) $(METISLIB)
    4646        $(LD)  -o $@ $(ONMETISOBJS) $(LIBS)
    47         #chmod 755 $@
     47
    4848
    4949$(BINDIR)/mesh2dual$(VERNUM): $(MESH2DUALOBJ) $(METISLIB)
    5050        $(LD)  -o $@ $(MESH2DUALOBJ) $(LIBS)
    51         #chmod 755 $@
     51
    5252
    5353$(BINDIR)/mesh2nodal$(VERNUM): $(MESH2NODALOBJ) $(METISLIB)
    5454        $(LD)  -o $@ $(MESH2NODALOBJ) $(LIBS)
    55         #chmod 755 $@
     55
    5656
    5757$(BINDIR)/partdmesh$(VERNUM): $(PARTDMESHOBJ) $(METISLIB)
    5858        $(LD)  -o $@ $(PARTDMESHOBJ) $(LIBS)
    59         #chmod 755 $@
     59
    6060
    6161$(BINDIR)/partnmesh$(VERNUM): $(PARTNMESHOBJ) $(METISLIB)
    6262        $(LD)  -o $@ $(PARTNMESHOBJ) $(LIBS)
    63         #chmod 755 $@
     63
    6464
    6565$(BINDIR)/graphchk$(VERNUM): $(GRAPHCHKOBJ) $(METISLIB)
    6666        $(LD)  -o $@ $(GRAPHCHKOBJ) $(LIBS)
    67         #chmod 755 $@
     67
    6868
    6969
Note: See TracChangeset for help on using the changeset viewer.