9.2. How to run GASFLOW on Windows?
Previous9.1. How to set up models for the flashing of pressurized water?Next9.3. How to export/import WSL distribution?
Last updated
Was this helpful?
Last updated
Was this helpful?
Press Win + X
and select Windows Terminal (Admin) or PowerShell (Admin).
Run the following command to enable WSL and install the default Ubuntu distribution:
This command automatically installs WSL 2 and Ubuntu.
If Ubuntu isn’t installed automatically, manually install it:
On first launch, set a username and password (independent of your Windows account).
Install essential tools and libraries for GASFLOW-MPI:
build-essential
: Compilers (GCC, G++).
openmpi-bin
: MPI runtime for parallel computing.
libopenmpi-dev
: MPI development headers.