forked from uqfoundation/pathos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST
86 lines (86 loc) · 1.94 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
LICENSE
MANIFEST
README
README.md
setup.cfg
setup.py
pathos/__init__.py
pathos/_ppserver_config.py
pathos/abstract_launcher.py
pathos/connection.py
pathos/core.py
pathos/hosts.py
pathos/info.py
pathos/mp_map.py
pathos/multiprocessing.py
pathos/parallel.py
pathos/pools.py
pathos/portpicker.py
pathos/pp.py
pathos/pp_map.py
pathos/profile.py
pathos/python.py
pathos/selector.py
pathos/serial.py
pathos/server.py
pathos/threading.py
pathos/util.py
pathos.egg-info/PKG-INFO
pathos.egg-info/SOURCES.txt
pathos.egg-info/dependency_links.txt
pathos.egg-info/not-zip-safe
pathos.egg-info/requires.txt
pathos.egg-info/top_level.txt
pathos/helpers/__init__.py
pathos/helpers/mp_helper.py
pathos/helpers/pp_helper.py
pathos/secure/__init__.py
pathos/secure/connection.py
pathos/secure/copier.py
pathos/secure/tunnel.py
pathos/xmlrpc/__init__.py
pathos/xmlrpc/server.py
scripts/pathos_server.py
scripts/pathos_tunnel.py
scripts/tunneled_pathos_server.py
examples/README
examples/async_map.py
examples/mp_class_example.py
examples/nested.py
examples/pp_map.py
examples/secure_copy.py
examples/secure_hello.py
examples/simple_tunnel.py
examples/spawn.py
examples/sum_primesX.py
examples/test_mpmap.py
examples/test_mpmap2.py
examples/test_mpmap3.py
examples/test_mpmap_dill.py
examples/test_ppmap.py
examples/test_ppmap2.py
examples/test_profile.py
examples/xmlrpc_server.py
examples2/README
examples2/all_scatter_gather.py
examples2/all_scatter_gather2.py
examples2/dejong.py
examples2/optimize.py
examples2/optimize0.py
examples2/optimize_cheby_diffev_map.py
examples2/optimize_cheby_powell_map.py
examples2/optimize_cheby_powell_mpimap.py
examples2/optimize_cheby_powell_mpmap.py
examples2/optimize_cheby_powell_ppmap.py
examples2/optimize_helper.py
examples2/optimize_powell.py
examples2/optimize_rosen_powell_map.py
examples2/poly.py
examples2/scatter_gather.py
tests/test_decorate.py
tests/test_join.py
tests/test_map.py
tests/test_mp.py
tests/test_pp.py
tests/test_star.py
tests/test_with.py