X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=executors.py;h=3786954a418c257bd2c7d0ae81d1455c0d8ea1cc;hb=444d1e5f3e9a39759079736302e3404018141b02;hp=dcc21806efa33e10b9cf507c373205e7c2f4cb62;hpb=4e9d232d46b2a99adbee9a288884666063f649a0;p=python_utils.git diff --git a/executors.py b/executors.py index dcc2180..3786954 100644 --- a/executors.py +++ b/executors.py @@ -63,7 +63,7 @@ parser.add_argument( ) SSH = '/usr/bin/ssh -oForwardX11=no' -SCP = '/usr/bin/scp' +SCP = '/usr/bin/scp -C' def make_cloud_pickle(fun, *args, **kwargs): @@ -1102,7 +1102,7 @@ class DefaultExecutors(object): RemoteWorkerRecord( username='scott', machine='cheetah.house', - weight=25, + weight=34, count=6, ), ) @@ -1122,7 +1122,7 @@ class DefaultExecutors(object): RemoteWorkerRecord( username='scott', machine='wannabe.house', - weight=30, + weight=25, count=10, ), )