On Fri, May 15, 2015 at 12:59 AM, Vasileios Vavourakis <[email protected]> wrote:
> Dear John and Roy, > > I think that it is great now that it works, however, I was wondering if I > could provide me with a very few steps on how to download/install this > 'non-released' version of the library. > If you don't want to use git, you could try grabbing https://github.com/libMesh/libmesh/archive/master.zip, I have never built from this auto-generated zip myself. If you are willing to use git, by far the easiest way to stay up-to-date is to clone libmesh over https: git clone https://github.com/libMesh/libmesh.git The basic installation instructions are in the README.md file, and at https://github.com/libMesh/libmesh. Currently I am using the previous release (0.9.2), so I might need to check > if there are any forward compatibility issues (hope not). > I will checck my code end of next week (after I get back from a > conference) and will keep you posted. > 0.9.2 is very old (July 2013) at this point, you should definitely upgrade. There have been several changes in the time since 0.9.2, one of the biggest ones is probably the non-default MPI communicator stuff. Let us know if we can be of any assistance in getting your code up to date. -- John ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
