keerthanashanmugam / graphlabapi

Automatically exported from code.google.com/p/graphlabapi
1 stars 0 forks source link

libgraphlab_util + libgraphlab --> graphlab_mt #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We don't need two libraries for multicore graphlab.  Lets move everything into 
graphlab and remove graphlab_util.  Currently all the code is built in 
graphlab_util and only program options is built in graphlab. This creates an 
unnecessary additional link argument that external users need to remember.  
This was also creating issues with PIC versions of the pgibbs libraries.

Original issue reported on code.google.com by Joseph.E.Gonzalez on 13 Apr 2011 at 10:53

GoogleCodeExporter commented 8 years ago
Agreed. libgraphlab currently contains very little, and we might as well merge 
all of them together.

We should end with just

libgraphlab
libgrahpab_rpc
libgraphlab_dist2

As well as the pic versions of all of them.

Original comment by yucheng...@gmail.com on 15 Apr 2011 at 12:54

GoogleCodeExporter commented 8 years ago
libgraphlab + libgraphlab_util + libgraphlab_rpc = libgraphlab

Done.

We are only left with
libgraphlab, libgraphlab_dist2
and PIC versions of each.

Original comment by yucheng...@gmail.com on 28 Apr 2011 at 3:16

GoogleCodeExporter commented 8 years ago
libgraphlab + libgraphlab_util + libgraphlab_rpc + libgraphlab_metis + 
libgraphlab_GKlib = libgraphlab

Original comment by yucheng...@gmail.com on 28 Apr 2011 at 5:38