Skip to content

Commit

Permalink
Create WSL commands.txt
Browse files Browse the repository at this point in the history
Create some commands to use locally using WSL2 with Ubuntu
  • Loading branch information
EwoutH committed Sep 14, 2023
1 parent 2f9b934 commit 247c576
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/WSL commands.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cd ../..
cd mnt
cd "c/Users/Ewout/Documents/GitHub/EMAworkbench"

sudo apt update && sudo apt install openmpi-bin libopenmpi-dev
export PYTHONPATH=$PYTHONPATH:$(pwd)
pip install -U pip
pip install -U wheel setuptools
pip install .

mpiexec python3 -m mpi4py.futures scripts/ema_model.py > ema_test2.log

0 comments on commit 247c576

Please sign in to comment.