ElmerFEM in WSL
Fork of NixOS-WSL
- Enable WSL if you haven't done already:
-
wsl --install --no-distribution
-
Download
elmer-wsl.tar.gz
from the latest release. -
Import the tarball into WSL:
-
wsl --import Elmer --version 2 $env:USERPROFILE\Elmer-WSL\ elmer-wsl.tar.gz
- You can now run NixOS:
-
wsl -d Elmer
To update to the newest Elmer-WSL version, run these commands in WSL:
sudo nix-channel --update
sudo nixos-rebuild switch
WARNING: This will delete the filesystem of Elmer-WSL.
wsl --unregister Elmer
Apache License, Version 2.0. See LICENSE
or http://www.apache.org/licenses/LICENSE-2.0.html for details.