Skip to content

Commit

Permalink
Update index.md (#4032)
Browse files Browse the repository at this point in the history
Added command line to show how to install gnuplot with conda to prevent error regarding it being missing.
  • Loading branch information
Ian2327 authored Jan 24, 2025
1 parent 49abae3 commit b85d369
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/manuals/taskvine/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2525,6 +2525,12 @@ total number of cores available, etc. The log is located by default at:
vine-run-info/%Y-%m-%dT%H:%M:%S/vine-logs/performance
```

Install gnuplot to enable the use of `vine_graph_log`

```sh
conda install conda-forge::gnuplot
```

The script `vine_graph_log` is a wrapper for `gnuplot`, and with it you
can plot some of the statistics, such as total time spent transfering tasks,
number of tasks running, and workers connected. For example, this command:
Expand Down

0 comments on commit b85d369

Please sign in to comment.