Skip to content

ElmerCSC/elmer-wsl

 
 

Repository files navigation

Elmer-WSL

ElmerFEM in WSL

Fork of NixOS-WSL

Installation

  1. Enable WSL if you haven't done already:
  • wsl --install --no-distribution
  1. Download elmer-wsl.tar.gz from the latest release.

  2. Import the tarball into WSL:

  • wsl --import Elmer --version 2 $env:USERPROFILE\Elmer-WSL\ elmer-wsl.tar.gz
  1. You can now run NixOS:
  • wsl -d Elmer

Updating

To update to the newest Elmer-WSL version, run these commands in WSL:

sudo nix-channel --update
sudo nixos-rebuild switch

Uninstall

WARNING: This will delete the filesystem of Elmer-WSL.

wsl --unregister Elmer

License

Apache License, Version 2.0. See LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html for details.

Packages

No packages published

Languages

  • Nix 49.7%
  • C# 25.6%
  • Rust 11.2%
  • PowerShell 10.3%
  • Shell 3.2%