Ignore:
Timestamp:
May 18, 2006, 1:06:32 PM (19 years ago)
Author:
linda
Message:

The parallel listed in the documentation is stored in the documentation/code directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/parallel/documentation/code/RunParallelSwMerimbulaMetis.py

    r2906 r2909  
    3030from os import sep
    3131sys.path.append('..'+sep+'pyvolution')
     32sys.path.append('..'+sep+'parallel')
    3233
    3334# Numeric arrays
     
    4445
    4546from pmesh_divide import pmesh_divide_metis
    46 from build_submesh import build_submesh, extract_hostmesh
     47from build_submesh import build_submesh
    4748from build_local   import build_local_mesh
    48 from build_commun  import send_submesh, rec_submesh
     49from build_commun  import send_submesh, rec_submesh, extract_hostmesh
    4950
    5051###############################
Note: See TracChangeset for help on using the changeset viewer.