Frédéric Simonis

Results 137 issues of Frédéric Simonis

# Problem Description When installing precice 2.0.0 in `/usr/local/` and using ldd as a linker., then running `./Allwmake` fails due to missing symbols Setting the `LD_LIBRARY_PATH` fixes this issue. #...

bug
building

This will make life easier for users and testers.

**Channel** C++Weekly **Topics** C++ strong types are increasing in popularity, but some older code and existing libraries still use C-style interfaces of the underlying type. How do we bridge old...

episode idea
C++ Weekly

**Channel** C++Weekly **Topics** You develop a C++ library and want to make it usable from other programming languages. Most languages offer a way to write extensions in C, hence a...

episode idea
C++ Weekly

## Main changes of this PR This PR disables the PETSc error handler, which is a common source of confusion among users of preCICE. ## Motivation and additional information The...

## Main changes of this PR This PR contains a prototype of the events overhaul. Main changes are: * No more collectives during finalize * Fixes for incorrect ordering of...

usability

## Main changes of this PR This PR mainly - Reduces logger dependence on `boost::log::core`. preCICE will not change existing configuration. - Adds the log attributes `preCICE` (always true) for...

bug
usability

**Please describe the problem you are trying to solve.** Establishing a communication in preCICE requires an exchange directory, which is configurable. Each M2N as well as the IntraComm of each...

usability
breaking change

**Please describe the problem you are trying to solve.** preCICE uses boost log to parse log formatters and filters at runtime. This includes the default formatters and filters. According to...

**Problem Description** Currently, the cache action either restores an existing cache on cache-hit, or generates a missing cache on cache-miss. It does not update the cache on cache-hit. This works...

feature request
area:granular-control