Ignore:
Timestamp:
05/02/10 23:42:45 (6 years ago)
Author:
mmckerns
Message:

cleanup after core of pyina moves to pathos; remainder moves to mpimystic

Location:
mpimystic
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • mpimystic/examples_other/Make.mm

    r222 r224  
    11# -*- Makefile -*- 
    22 
    3 PROJECT = pyina 
     3PROJECT = mpimystic 
    44PACKAGE = examples_other 
    55 
    6 PROJ_TIDY += xx.* 
    7 PROJ_CLEAN += 
     6PROJ_TIDY += *.log *.png *.dat *.out.X *.out.Y *out.V tmp* 
     7PROJ_CLEAN = 
    88 
    9 all: export 
     9#-------------------------------------------------------------------------- 
     10 
     11#all: export 
     12all: clean 
    1013 
    1114release: tidy 
     
    2124#EXPORT_PYTHON_MODULES = \ 
    2225EXPORT_BINS = \ 
    23     hello.py \ 
    24     pypi.py \ 
    25     nodes.py 
    26     test1.py \ 
    27     test2.py \ 
    28     test3.py \ 
    29     test_pmap.py \ 
    30     test_parallelmap.py \ 
    31     logging.py \ 
    32     test_ports.py \ 
    33     test_mogi_bcast.py \ 
    34 #   test_mogi_future.py \ 
     26    parallel_desolve.py \ 
     27    pyre_differential_evolution.py \ 
     28    test_mpimogi.py \ 
     29    test_mpimogi2.py \ 
     30    test_mpimogi3.py \ 
     31#   test_br8_mpi.py \ 
     32#   test_tg3.py \ 
    3533 
    3634 
     
    3937 
    4038 
    41  
    4239# End of file 
    4340 
Note: See TracChangeset for help on using the changeset viewer.