Philippe Canal

Results 332 comments of Philippe Canal

Is this PR being split in multiple PRs?

Since we are changing the name of the file, this is a good time to ask whether it should be more specific. For example a variation on `BinaryFormatSpecification.md` to distinguish...

looks fine now.

To fix a broken build one has to remove both: ``` rw-r--r--. 1 pcanal us_cms 68864 Oct 4 22:51 ./interpreter/cling/tools/plugins/clad/clad-prefix/src/clad-build/lib/Differentiator/CMakeFiles/cladDifferentiator.dir/HessianModeVisitor.cpp.o -rw-r--r--. 1 pcanal us_cms 205896 Oct 4 22:51 ./interpreter/cling/tools/plugins/clad/clad-prefix/src/clad-build/lib/Differentiator/CMakeFiles/cladDifferentiator.dir/BaseForwardModeVisitor.cpp.o ```...

It looks okay: ``` $ cat /proc/sys/kernel/threads-max 7897651 $ cat /proc/sys/kernel/pid_max 4194304 $ cat /proc/sys/vm/max_map_count 262144 ``` ``` jupyter-pcanal-rootdevel:quick-devel pcanal$ ulimit -a real-time non-blocking time (microseconds, -R) unlimited core file...

Yes, it looks better (I can no longer reproduce those failures).

Yes, it is clearly a difference is setup. In the failing one the `BLAS` library is not installed (or not found) and the real problem is that this result in...

I am exactly sure why it works before and not after. The test failures seems to indicates that the ACLiCed library is being loaded both explicitly (as intended by the...

> Several failures was due to fact that both compiled and interpreted version of macro need to be running. It should not be a problem and is not on Linux...

> And only use of FIXTURES_SETUP/FIXTURES_REQUIRED helps to solve the problem Yes but make the test serial .... What was the result of not using those fixture and using the...