On 24/04/15 15:57, Inigo Aldazabal Mensa wrote:
On Fri, 24 Apr 2015 14:54:16 +0200
Inigo Aldazabal Mensa <[email protected]> wrote:
On Fri, 24 Apr 2015 14:24:22 +0200
Jens Timmerman <[email protected]> wrote:
On 24/04/15 13:05, Inigo Aldazabal Mensa wrote:
Hi,
Or more in general, give an eb, is there a way to get its
dependence tree on other ebs?
Hi Inigo
yes, there is the '--dep-graph=depgraph.<ext>' option,
This can create a graph for you, in a few different formats, e.g.
eb gcc.eb --dep-graph=grap.png
or
eb gcc.eb --dep-graph=grap.dot
will give you a dependency graph as an image or a dotfile
respectively.
And...
$ eb foss-2015a.eb --dep-graph=foss-2015a-tree.png
...
File
"/software/anaconda-2.0.0/lib/python2.7/site-packages/pygraph/classes/digraph.py",
line 164, in add_edge
raise AdditionError( "%s is missing from the node_neighbors table" % n )
pygraph.classes.exceptions.AdditionError: GCC is missing from the
node_neighbors table
Should I fill a bug report?
Try again with also adding --robot to enable dependency resolution.
This is a known (minor) bug, see
https://github.com/hpcugent/easybuild-framework/issues/1188 .
regards,
Kenneth