Skip to content

Commit 06547b0

Browse files
authored
Update README.md
1 parent 8e977af commit 06547b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ sc.options.codimlimit = 2;
287287
def result = smoothtest(I,gc,sc);
288288
```
289289

290-
The same computation including logging on the GPI-Space monitor (which should be started on port 9876). Here, we have to specify where to find the loghostfile (in the field options.loghostfile), and what is the port of the monitor accepting connections (in the field options.logport):
290+
The same computation including logging on the GPI-Space monitor. Here, we have to specify where to find the loghostfile (in the field options.loghostfile), and what is the port of the monitor accepting connections (in the field options.logport, in our example, this was 9876). One can alternatively also specify the loghost directly via the field options.loghost (this option has priority over options.loghostfile).
291291

292292

293293
```bash

0 commit comments

Comments
 (0)