The Nix flake exposes derivations (packages) that can be built using nix build github:ElmerCSC/elmerfem#<version>
.
Barebones Elmer with OpenMP and MPI support.
Elmer with GUI.
A derivation with more parallel computing features such as HYPRE.
All derivations have Elmer/Ice.
Specifying no version builds the default
derivation.
After building, the binaries are accessible under result/bin
.
In the local Elmer repository run nix build
or nix build .#<version>
.
By default nix build
only shows one line of the build output at once.
To enable more verbose output, add the -L
flag to the end of the build command.