If anyone hits the same problems, i was able to resolve the ccache miss issue with the suggestions on http://mooseframework.org/wiki/ccache/. I didn't have to recompile libMesh, setting export CCACHE_SLOPPINESS=time_macros was enough.
On Sat, Oct 1, 2016 at 4:03 PM, Julian Andrej <[email protected]> wrote: > Hi, > > this will be a bit of an offtopic question is guess. I'm deciding on a > testing framework and saw that you are using CPPUnit and not the > highly recommended google test. What were your reason to choose that > and continue using it also for MOOSE. > > The other question is regarding ccache. We require to build the > project with CMake and i cannot get ccache to hit the cached objects. > The actual cached objects number increases but every try from ccache > to load a hashed object fails. This happens as soon as i use our > libmesh based project, every other project can use ccache fine on this > machine. > > Regards > Julian Andrej ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
