We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Notes on setting up a virtual linux PC running Ubuntu WSL
wsl --list --online
wsl --install -d Ubuntu-22.04
sudo apt-get update
sudo apt install gcc g++ gfortran make
sudo apt-get install freeglut3-dev
sudo apt-get install mesa-utils
sudo apt install libx11-dev
sudo apt-get install xorg
sudo apt-get install libxmu-dev
sudo apt-get install libxi-dev
sudo apt install xvfb
ssh-keygen -t rsa
sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev