Daniel Wheeler

Results 132 comments of Daniel Wheeler

Just a note that I don't see any speed up with `-march=native` on some speed tests. It did build though. That's with building using `-march=native` on a cluster head node...

Thanks for writing this up clearly. One additional thing. As well as the state vector update the external DA software might also have updated parameter values.

Also update version of fipy in nixpkgs

Current failure in parallel ``` --> FOAM FATAL ERROR: bool IPstream::init(int& argc, char**& argv) : attempt to run parallel on 1 processor From function static bool Foam::UPstream::init(int&, char**&, bool) in...

Thanks @gknapp1. It actually is using OpenFOAM 10. It was just getting OpenFOAM 10 from the OpenFOAM 12 repository. I'm not sure why OpenFOAM uses separate repositories for major versions....

I'm closing this as the Nix PR now works in parallel

This only currently works with `x86_64-linux`. Are there other platforms that AdditiveFOAM is typically build it? Can also enable `aarch66`, `aarch64-darwin` and `x86-64-darwin` if you think ExaCA + dependencies would...

Furthermore, I can [cache the binaries](https://www.cachix.org) for x86-64 once we have resolved any issues. It's free for open source projects. That *should* make the build very fast.

@gknapp1: just a note that I added cached the AdditiveFOAM binary dependencies to Cachix so the nix build should go much faster. To test it you would need to remove...

@gknapp1 @streeve This should be good now. No more changes.