Gerasimos Chourdakis

Results 197 comments of Gerasimos Chourdakis

@fsimonis @quentonwu do you still have the same issue with v1.1.0?

> We could use build the vm with precice installed in `/usr/local` (default). Please open an issue in the vm for that, explaining the motivation.

My motivation is lower after measuring, actually. I initially thought that the effect would be larger. OpenFOAM uses a boolean `-j` flag to build with all cores: https://develop.openfoam.com/Development/openfoam/blob/develop/doc/Build.md#compile-openfoam-faster But I...

After discussing with @DavidSCN, we decided to keep this open for now and come up with a more polished solution.

Better, safer suggestion: let's just give a message that one can parallelize OpenFOAM builds by setting the `WM_NCOMPPROCS` variable in their environment (e.g., `~/.bashrc`) to the number of processes.

Closing in favor of https://github.com/precice/openfoam-adapter/pull/244

Suggestion (@fsimonis): - Remove all the `.gitignore` files we have in case directories - Create a global `.gitignore` to ignore common file formats (e.g. `.log`) - In local `.gitignore` files...

Update on the state: we currently have no global `.gitignore` file, but we do have a local `.gitignore` in some cases. Find files in the repository pressing `t` on the...

Feedback by @jheylmun: regarding the `fvMeshStitcher` error, it looks like a lot has changed regarding mesh motion in this release. We need to modify the `dynamicMeshDict` as follows: ```c++ libs...

Interesting! We would definitely like to avoid writing files to the disk, but looking at the source code of this would definitely help.