I have a Nix build for AdditiveFOAM and OpenFOAM 10 on this branch. It uses the ExaCA Nix build to build a combined AdditiveFOAM and ExaCA build. It has been tested for a number of AdditiveFOAM / ExaCA problems.
The current issue is that it is broken in parallel. I've had to substitute runApplication for runParellel in the test script.
Here is the log.additiveFoam file from running an example using runParallel. Can anyone give me some hints on how to debug this? My hunch is that OpenFOAM is not built correctly to run in parallel.
I have a Nix build for AdditiveFOAM and OpenFOAM 10 on this branch. It uses the ExaCA Nix build to build a combined AdditiveFOAM and ExaCA build. It has been tested for a number of AdditiveFOAM / ExaCA problems.
The current issue is that it is broken in parallel. I've had to substitute
runApplicationforrunParellelin the test script.Here is the log.additiveFoam file from running an example using
runParallel. Can anyone give me some hints on how to debug this? My hunch is that OpenFOAM is not built correctly to run in parallel.