Changes between Version 5 and Version 6 of ErlangInHaskell
- Timestamp:
- 02/14/11 09:33:32 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ErlangInHaskell
v5 v6 70 70 3. Copy the compiled executable `Pi6` to some location on each of the three hosts. 71 71 72 4. For each node, we need to create a configuration file. This is plain text file, usually named `config` and usually placed in the same directory with the executable. There are many possible settings that can be set in the configuration file, but only a few are necessary for this example; the rest have sensible defaults. On `masterhost`, create a file named `config` with the following content:72 4. For each node, we need to create a configuration file. This is plain text file, usually named `config` and is expected to be in the current directory. There are many possible settings that can be set in the configuration file, but only a few are necessary for this example; the rest have sensible defaults. On `masterhost`, create a file named `config` with the following content: 73 73 {{{ 74 74 cfgRole MASTER
