diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-13 19:35:46 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-13 19:35:46 +0000 |
commit | 25db6224544be0df483a661f5e2cc1ed595525ae (patch) | |
tree | dd497e6148b88ec797c01d2e1310a663e86281fb /distributed/remote-systems.conf | |
parent | 3426d19547c889700a00e97fb62966ebd755f88b (diff) |
* Load balancing. `build-remote.pl' will only execute up to a
per-machine maximum number of parallel jobs on a remote machine.
Diffstat (limited to 'distributed/remote-systems.conf')
-rw-r--r-- | distributed/remote-systems.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distributed/remote-systems.conf b/distributed/remote-systems.conf index 4e6d2b962..3c9abc719 100644 --- a/distributed/remote-systems.conf +++ b/distributed/remote-systems.conf @@ -1,2 +1,2 @@ -scratchy.labs.cs.uu.nl i686-linux /home/eelco/.ssh/id_scratchy_auto 2 +scratchy.labs.cs.uu.nl i686-linux /home/eelco/.ssh/id_scratchy_auto 1 mckroket.labs.cs.uu.nl powerpc-mac /home/eelco/.ssh/id_scratchy_mckroket 1 |