Re: [Libmesh-users] Testing framework and ccache

2016-10-03 Thread John Peterson
On Sun, Oct 2, 2016 at 9:35 AM, Julian Andrej wrote: > 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. >

Re: [Libmesh-users] Testing framework and ccache

2016-10-02 Thread Julian Andrej
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 wrote: > Hi, > >

[Libmesh-users] Testing framework and ccache

2016-10-01 Thread Julian Andrej
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